Shades of Bird Flower #CDB624
Tints of Bird Flower #CDB624
RGB
CMYK
RGB Variations
Color information
#CDB624 (or 0xCDB624) is known color: Bird Flower. HEX triplet: CD, B6 and 24. RGB value is (205,182,36). Sum of RGB (Red+Green+Blue) = 205+182+36=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB624 is #3249DB. Grayscale: #ACACAC. Windows color (decimal): -3295708 or 2406093. OLE color: 2406093.
HSL color Cylindrical-coordinate representation of color #CDB624: hue angle of 51.83º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDB624 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 36 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.20 |
| HSL | 51.83º | 0.7% | 0.47% | - |
| HSV(B) | 51.83º | 0.82% | 0.8% | - |
| XYZ | 42.22 | 46.56 | 8.43 | - |
| YUV | 172.23 | 51.12 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 36 | 0 | 0.11 | 0.82 | 0.20 | 51.83 | 0.7 | 0.47 |
| Hex | CD | B6 | 24 | 0 | B | 52 | 14 | 34 | 46 | 2F |
| Octal | 315 | 266 | 44 | 0 | 13 | 122 | 24 | 64 | 106 | 57 |
| Binary | 11001101 | 10110110 | 100100 | 0 | 1011 | 1010010 | 10100 | 110100 | 1000110 | 101111 |
Color Harmonies of #CDB624
Complementary color
Monochromatic Colors of #CDB624
Black with #CDB624
Text Example
Text Example
White with #CDB624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB624; }
p { color: rgb(205,182,36); }
H1.HeaderClassName
{
color: #CDB624;
}
.AnyTagClassName
{
color: #CDB624;
}
</style>
background-color css
<style>
a { background-color: #CDB624; }
a { background-color: rgb(205,182,36); }
div.DivClassName
{
background-color: #CDB624;
}
.BgClassName
{
background-color: #CDB624;
}
</style>
border-color css
<style>
span { border-color: #CDB624; }
span { border-color: rgb(205,182,36); }
td.TdClassName
{
border-color: #CDB624;
}
.TagClassName
{
border-color: #CDB624;
}
</style>