HEX: #C5B21D
RGB: (197,178,29)
#C5B21D contains mainly red and green colors. #C5B21D ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.
#C5B21D color RGB value is (197,178,29).
RGB: (197,178,29)
(77%, 70%, 11%)
R 197 of 255 = 77%
G 178 of 255 = 70%
B 29 of 255 = 11%
R + G + B ~ 53%. #C5B21D is middle color (not dark and not light).
R + G + B = 197 + 178 + 29 = 404 (100%)
R 197 of 404 ~ 48.76%
G 178 of 404 ~ 44.06%
B 29 of 404 ~ 7.18'%
#C5B21D rengi CMYK tonu (0,10,85,23).
CMYK: (0,10,85,23)
C0M10Y85K23 (0%, 10%, 85%, 23%)
(0.00 / 0.10 / 0.85 / 0.23)
Color #C5B21D in popluar color models
C5 | B2 | 1D | |
---|---|---|---|
RGB | 197 | 178 | 29 |
HSL | 53° | 74.34% | 44.31% |
HSB/HSV | 53° | 85.28% | 77.25% |
CMYK | 0.00% | 9.64% | 85.28% |
22.75% |
Color #C5B21D in popluar number systems.
HEX | C5 | B2 | 1D |
Decimal | 197 | 178 | 29 |
Binary | 11000101 | 10110010 | 11101 |
Octal | 305 | 262 | 35 |
Shades of #C5B21D
Tints of #C5B21D
Examples of css and html codes for elements with #C5B21D color. Also use rgb(197,178,29) instead hex code.
.myTextColor { color: #C5B21D; }
<p style="color:#C5B21D">This sample text font color is #C5B21D.</p>
This text font color is #C5B21D.
.myBgColor { background-color: #C5B21D; }
<div style="background-color:#C5B21D">Inner text</div>
This div background color is #C5B21D.
.myBorderColor { border: 1px solid #C5B21D; }
<div style="border:3px solid #C5B21D">Div</div>
This div border color is #C5B21D.
.myOpacity80 { color: #C5B21D; opacity: 0.8; }
<p style="color:#C5B21D;opacity:0.8;">80%</p>
Text with #C5B21D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5B21D;}
<p style="text-shadow: 3px 3px 1px #C5B21D">Text here.</p>
This text has shadow with #C5B21D color.
.textShadow {text-shadow: 3px 3px 1px #C5B21D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5B21D, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5B21D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5B21D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5B21D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5B21D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5B21D;
-webkit-box-shadow: 1px 1px 3px 2px #C5B21D;
box-shadow: 1px 1px 3px 2px #C5B21D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5B21D; -webkit-box-shadow: 1px 1px 3px 2px #C5B21D; box-shadow:1px 1px 3px 2px #C5B21D;">
Div content here
</div>
This text has color #C5B21D on black background.
This text has color #C5B21D on white background.
This text has black color on #C5B21D background.
This text has white color on #C5B21D background.
Complementary color for #hex is #3A4DE2.