Shades of Bird Flower #CDB601
Tints of Bird Flower #CDB601
RGB
CMYK
RGB Variations
Color information
#CDB601 (or 0xCDB601) is known color: Bird Flower. HEX triplet: CD, B6 and 01. RGB value is (205,182,1). Sum of RGB (Red+Green+Blue) = 205+182+1=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB601 is #3249FE. Grayscale: #A8A8A8. Windows color (decimal): -3295743 or 112333. OLE color: 112333.
HSL color Cylindrical-coordinate representation of color #CDB601: hue angle of 53.24º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDB601 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.20 |
| HSL | 53.24º | 0.99% | 0.4% | - |
| HSV(B) | 53.24º | 1% | 0.8% | - |
| XYZ | 41.91 | 46.44 | 6.78 | - |
| YUV | 168.24 | 33.62 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 1 | 0 | 0.11 | 1.00 | 0.20 | 53.24 | 0.99 | 0.4 |
| Hex | CD | B6 | 1 | 0 | B | 64 | 14 | 35 | 63 | 28 |
| Octal | 315 | 266 | 1 | 0 | 13 | 144 | 24 | 65 | 143 | 50 |
| Binary | 11001101 | 10110110 | 1 | 0 | 1011 | 1100100 | 10100 | 110101 | 1100011 | 101000 |
Color Harmonies of #CDB601
Complementary color
Monochromatic Colors of #CDB601
Black with #CDB601
Text Example
Text Example
White with #CDB601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB601; }
p { color: rgb(205,182,1); }
H1.HeaderClassName
{
color: #CDB601;
}
.AnyTagClassName
{
color: #CDB601;
}
</style>
background-color css
<style>
a { background-color: #CDB601; }
a { background-color: rgb(205,182,1); }
div.DivClassName
{
background-color: #CDB601;
}
.BgClassName
{
background-color: #CDB601;
}
</style>
border-color css
<style>
span { border-color: #CDB601; }
span { border-color: rgb(205,182,1); }
td.TdClassName
{
border-color: #CDB601;
}
.TagClassName
{
border-color: #CDB601;
}
</style>