Shades of Bird Flower #CDAB04
Tints of Bird Flower #CDAB04
RGB
CMYK
RGB Variations
Color information
#CDAB04 (or 0xCDAB04) is known color: Bird Flower. HEX triplet: CD, AB and 04. RGB value is (205,171,4). Sum of RGB (Red+Green+Blue) = 205+171+4=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAB04 is #3254FB. Grayscale: #A2A2A2. Windows color (decimal): -3298556 or 306125. OLE color: 306125.
HSL color Cylindrical-coordinate representation of color #CDAB04: hue angle of 49.85º degrees, saturation: 0.96, 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 #CDAB04 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.20 |
| HSL | 49.85º | 0.96% | 0.41% | - |
| HSV(B) | 49.85º | 0.98% | 0.8% | - |
| XYZ | 39.76 | 42.11 | 6.15 | - |
| YUV | 162.13 | 38.76 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 4 | 0 | 0.17 | 0.98 | 0.20 | 49.85 | 0.96 | 0.41 |
| Hex | CD | AB | 4 | 0 | 11 | 62 | 14 | 32 | 60 | 29 |
| Octal | 315 | 253 | 4 | 0 | 21 | 142 | 24 | 62 | 140 | 51 |
| Binary | 11001101 | 10101011 | 100 | 0 | 10001 | 1100010 | 10100 | 110010 | 1100000 | 101001 |
Color Harmonies of #CDAB04
Complementary color
Monochromatic Colors of #CDAB04
Black with #CDAB04
Text Example
Text Example
White with #CDAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB04; }
p { color: rgb(205,171,4); }
H1.HeaderClassName
{
color: #CDAB04;
}
.AnyTagClassName
{
color: #CDAB04;
}
</style>
background-color css
<style>
a { background-color: #CDAB04; }
a { background-color: rgb(205,171,4); }
div.DivClassName
{
background-color: #CDAB04;
}
.BgClassName
{
background-color: #CDAB04;
}
</style>
border-color css
<style>
span { border-color: #CDAB04; }
span { border-color: rgb(205,171,4); }
td.TdClassName
{
border-color: #CDAB04;
}
.TagClassName
{
border-color: #CDAB04;
}
</style>