Shades of Bird Flower #CDB91F
Tints of Bird Flower #CDB91F
RGB
CMYK
RGB Variations
Color information
#CDB91F (or 0xCDB91F) is known color: Bird Flower. HEX triplet: CD, B9 and 1F. RGB value is (205,185,31). Sum of RGB (Red+Green+Blue) = 205+185+31=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB91F is #3246E0. Grayscale: #AEAEAE. Windows color (decimal): -3294945 or 2079181. OLE color: 2079181.
HSL color Cylindrical-coordinate representation of color #CDB91F: hue angle of 53.1º 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 #CDB91F is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 31 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.20 |
| HSL | 53.1º | 0.74% | 0.46% | - |
| HSV(B) | 53.1º | 0.85% | 0.8% | - |
| XYZ | 42.77 | 47.78 | 8.26 | - |
| YUV | 173.42 | 47.63 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 31 | 0 | 0.10 | 0.85 | 0.20 | 53.1 | 0.74 | 0.46 |
| Hex | CD | B9 | 1F | 0 | A | 55 | 14 | 35 | 4A | 2E |
| Octal | 315 | 271 | 37 | 0 | 12 | 125 | 24 | 65 | 112 | 56 |
| Binary | 11001101 | 10111001 | 11111 | 0 | 1010 | 1010101 | 10100 | 110101 | 1001010 | 101110 |
Color Harmonies of #CDB91F
Complementary color
Monochromatic Colors of #CDB91F
Black with #CDB91F
Text Example
Text Example
White with #CDB91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB91F; }
p { color: rgb(205,185,31); }
H1.HeaderClassName
{
color: #CDB91F;
}
.AnyTagClassName
{
color: #CDB91F;
}
</style>
background-color css
<style>
a { background-color: #CDB91F; }
a { background-color: rgb(205,185,31); }
div.DivClassName
{
background-color: #CDB91F;
}
.BgClassName
{
background-color: #CDB91F;
}
</style>
border-color css
<style>
span { border-color: #CDB91F; }
span { border-color: rgb(205,185,31); }
td.TdClassName
{
border-color: #CDB91F;
}
.TagClassName
{
border-color: #CDB91F;
}
</style>