Shades of Bird Flower #CDB408
Tints of Bird Flower #CDB408
RGB
CMYK
RGB Variations
Color information
#CDB408 (or 0xCDB408) is known color: Bird Flower. HEX triplet: CD, B4 and 08. RGB value is (205,180,8). Sum of RGB (Red+Green+Blue) = 205+180+8=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB408 is #324BF7. Grayscale: #A8A8A8. Windows color (decimal): -3296248 or 570573. OLE color: 570573.
HSL color Cylindrical-coordinate representation of color #CDB408: hue angle of 52.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDB408 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 8 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.20 |
| HSL | 52.39º | 0.92% | 0.42% | - |
| HSV(B) | 52.39º | 0.96% | 0.8% | - |
| XYZ | 41.54 | 45.64 | 6.85 | - |
| YUV | 167.87 | 37.78 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 8 | 0 | 0.12 | 0.96 | 0.20 | 52.39 | 0.92 | 0.42 |
| Hex | CD | B4 | 8 | 0 | C | 60 | 14 | 34 | 5C | 2A |
| Octal | 315 | 264 | 10 | 0 | 14 | 140 | 24 | 64 | 134 | 52 |
| Binary | 11001101 | 10110100 | 1000 | 0 | 1100 | 1100000 | 10100 | 110100 | 1011100 | 101010 |
Color Harmonies of #CDB408
Complementary color
Monochromatic Colors of #CDB408
Black with #CDB408
Text Example
Text Example
White with #CDB408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB408; }
p { color: rgb(205,180,8); }
H1.HeaderClassName
{
color: #CDB408;
}
.AnyTagClassName
{
color: #CDB408;
}
</style>
background-color css
<style>
a { background-color: #CDB408; }
a { background-color: rgb(205,180,8); }
div.DivClassName
{
background-color: #CDB408;
}
.BgClassName
{
background-color: #CDB408;
}
</style>
border-color css
<style>
span { border-color: #CDB408; }
span { border-color: rgb(205,180,8); }
td.TdClassName
{
border-color: #CDB408;
}
.TagClassName
{
border-color: #CDB408;
}
</style>