Shades of Bird Flower #CDB005
Tints of Bird Flower #CDB005
RGB
CMYK
RGB Variations
Color information
#CDB005 (or 0xCDB005) is known color: Bird Flower. HEX triplet: CD, B0 and 05. RGB value is (205,176,5). Sum of RGB (Red+Green+Blue) = 205+176+5=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB005 is #324FFA. Grayscale: #A5A5A5. Windows color (decimal): -3297275 or 372941. OLE color: 372941.
HSL color Cylindrical-coordinate representation of color #CDB005: hue angle of 51.3º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDB005 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.20 |
| HSL | 51.3º | 0.95% | 0.41% | - |
| HSV(B) | 51.3º | 0.98% | 0.8% | - |
| XYZ | 40.73 | 44.04 | 6.5 | - |
| YUV | 165.18 | 37.61 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 5 | 0 | 0.14 | 0.98 | 0.20 | 51.3 | 0.95 | 0.41 |
| Hex | CD | B0 | 5 | 0 | E | 62 | 14 | 33 | 5F | 29 |
| Octal | 315 | 260 | 5 | 0 | 16 | 142 | 24 | 63 | 137 | 51 |
| Binary | 11001101 | 10110000 | 101 | 0 | 1110 | 1100010 | 10100 | 110011 | 1011111 | 101001 |
Color Harmonies of #CDB005
Complementary color
Monochromatic Colors of #CDB005
Black with #CDB005
Text Example
Text Example
White with #CDB005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB005; }
p { color: rgb(205,176,5); }
H1.HeaderClassName
{
color: #CDB005;
}
.AnyTagClassName
{
color: #CDB005;
}
</style>
background-color css
<style>
a { background-color: #CDB005; }
a { background-color: rgb(205,176,5); }
div.DivClassName
{
background-color: #CDB005;
}
.BgClassName
{
background-color: #CDB005;
}
</style>
border-color css
<style>
span { border-color: #CDB005; }
span { border-color: rgb(205,176,5); }
td.TdClassName
{
border-color: #CDB005;
}
.TagClassName
{
border-color: #CDB005;
}
</style>