Shades of Bird Flower #CDB81E
Tints of Bird Flower #CDB81E
RGB
CMYK
RGB Variations
Color information
#CDB81E (or 0xCDB81E) is known color: Bird Flower. HEX triplet: CD, B8 and 1E. RGB value is (205,184,30). Sum of RGB (Red+Green+Blue) = 205+184+30=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB81E is #3247E1. Grayscale: #ADADAD. Windows color (decimal): -3295202 or 2013389. OLE color: 2013389.
HSL color Cylindrical-coordinate representation of color #CDB81E: hue angle of 52.8º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDB81E is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 30 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.20 |
| HSL | 52.8º | 0.74% | 0.46% | - |
| HSV(B) | 52.8º | 0.85% | 0.8% | - |
| XYZ | 42.55 | 47.35 | 8.13 | - |
| YUV | 172.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 30 | 0 | 0.10 | 0.85 | 0.20 | 52.8 | 0.74 | 0.46 |
| Hex | CD | B8 | 1E | 0 | A | 55 | 14 | 35 | 4A | 2E |
| Octal | 315 | 270 | 36 | 0 | 12 | 125 | 24 | 65 | 112 | 56 |
| Binary | 11001101 | 10111000 | 11110 | 0 | 1010 | 1010101 | 10100 | 110101 | 1001010 | 101110 |
Color Harmonies of #CDB81E
Complementary color
Monochromatic Colors of #CDB81E
Black with #CDB81E
Text Example
Text Example
White with #CDB81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB81E; }
p { color: rgb(205,184,30); }
H1.HeaderClassName
{
color: #CDB81E;
}
.AnyTagClassName
{
color: #CDB81E;
}
</style>
background-color css
<style>
a { background-color: #CDB81E; }
a { background-color: rgb(205,184,30); }
div.DivClassName
{
background-color: #CDB81E;
}
.BgClassName
{
background-color: #CDB81E;
}
</style>
border-color css
<style>
span { border-color: #CDB81E; }
span { border-color: rgb(205,184,30); }
td.TdClassName
{
border-color: #CDB81E;
}
.TagClassName
{
border-color: #CDB81E;
}
</style>