Shades of Bird Flower #CDB008
Tints of Bird Flower #CDB008
RGB
CMYK
RGB Variations
Color information
#CDB008 (or 0xCDB008) is known color: Bird Flower. HEX triplet: CD, B0 and 08. RGB value is (205,176,8). Sum of RGB (Red+Green+Blue) = 205+176+8=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB008 is #324FF7. Grayscale: #A6A6A6. Windows color (decimal): -3297272 or 569549. OLE color: 569549.
HSL color Cylindrical-coordinate representation of color #CDB008: hue angle of 51.17º 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 #CDB008 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.20 |
| HSL | 51.17º | 0.92% | 0.42% | - |
| HSV(B) | 51.17º | 0.96% | 0.8% | - |
| XYZ | 40.75 | 44.05 | 6.58 | - |
| YUV | 165.52 | 39.11 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 8 | 0 | 0.14 | 0.96 | 0.20 | 51.17 | 0.92 | 0.42 |
| Hex | CD | B0 | 8 | 0 | E | 60 | 14 | 33 | 5C | 2A |
| Octal | 315 | 260 | 10 | 0 | 16 | 140 | 24 | 63 | 134 | 52 |
| Binary | 11001101 | 10110000 | 1000 | 0 | 1110 | 1100000 | 10100 | 110011 | 1011100 | 101010 |
Color Harmonies of #CDB008
Complementary color
Monochromatic Colors of #CDB008
Black with #CDB008
Text Example
Text Example
White with #CDB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB008; }
p { color: rgb(205,176,8); }
H1.HeaderClassName
{
color: #CDB008;
}
.AnyTagClassName
{
color: #CDB008;
}
</style>
background-color css
<style>
a { background-color: #CDB008; }
a { background-color: rgb(205,176,8); }
div.DivClassName
{
background-color: #CDB008;
}
.BgClassName
{
background-color: #CDB008;
}
</style>
border-color css
<style>
span { border-color: #CDB008; }
span { border-color: rgb(205,176,8); }
td.TdClassName
{
border-color: #CDB008;
}
.TagClassName
{
border-color: #CDB008;
}
</style>