Shades of Bird Flower #CDB205
Tints of Bird Flower #CDB205
RGB
CMYK
RGB Variations
Color information
#CDB205 (or 0xCDB205) is known color: Bird Flower. HEX triplet: CD, B2 and 05. RGB value is (205,178,5). Sum of RGB (Red+Green+Blue) = 205+178+5=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDB205 is #324DFA. Grayscale: #A7A7A7. Windows color (decimal): -3296763 or 373453. OLE color: 373453.
HSL color Cylindrical-coordinate representation of color #CDB205: hue angle of 51.9º 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 #CDB205 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.20 |
| HSL | 51.9º | 0.95% | 0.41% | - |
| HSV(B) | 51.9º | 0.98% | 0.8% | - |
| XYZ | 41.12 | 44.83 | 6.63 | - |
| YUV | 166.35 | 36.95 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 5 | 0 | 0.13 | 0.98 | 0.20 | 51.9 | 0.95 | 0.41 |
| Hex | CD | B2 | 5 | 0 | D | 62 | 14 | 34 | 5F | 29 |
| Octal | 315 | 262 | 5 | 0 | 15 | 142 | 24 | 64 | 137 | 51 |
| Binary | 11001101 | 10110010 | 101 | 0 | 1101 | 1100010 | 10100 | 110100 | 1011111 | 101001 |
Color Harmonies of #CDB205
Complementary color
Monochromatic Colors of #CDB205
Black with #CDB205
Text Example
Text Example
White with #CDB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB205; }
p { color: rgb(205,178,5); }
H1.HeaderClassName
{
color: #CDB205;
}
.AnyTagClassName
{
color: #CDB205;
}
</style>
background-color css
<style>
a { background-color: #CDB205; }
a { background-color: rgb(205,178,5); }
div.DivClassName
{
background-color: #CDB205;
}
.BgClassName
{
background-color: #CDB205;
}
</style>
border-color css
<style>
span { border-color: #CDB205; }
span { border-color: rgb(205,178,5); }
td.TdClassName
{
border-color: #CDB205;
}
.TagClassName
{
border-color: #CDB205;
}
</style>