Shades of Bird Flower #CDAC01
Tints of Bird Flower #CDAC01
RGB
CMYK
RGB Variations
Color information
#CDAC01 (or 0xCDAC01) is known color: Bird Flower. HEX triplet: CD, AC and 01. RGB value is (205,172,1). Sum of RGB (Red+Green+Blue) = 205+172+1=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAC01 is #3253FE. Grayscale: #A3A3A3. Windows color (decimal): -3298303 or 109773. OLE color: 109773.
HSL color Cylindrical-coordinate representation of color #CDAC01: hue angle of 50.29º 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 #CDAC01 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.20 |
| HSL | 50.29º | 0.99% | 0.4% | - |
| HSV(B) | 50.29º | 1% | 0.8% | - |
| XYZ | 39.93 | 42.49 | 6.12 | - |
| YUV | 162.37 | 36.93 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 1 | 0 | 0.16 | 1.00 | 0.20 | 50.29 | 0.99 | 0.4 |
| Hex | CD | AC | 1 | 0 | 10 | 64 | 14 | 32 | 63 | 28 |
| Octal | 315 | 254 | 1 | 0 | 20 | 144 | 24 | 62 | 143 | 50 |
| Binary | 11001101 | 10101100 | 1 | 0 | 10000 | 1100100 | 10100 | 110010 | 1100011 | 101000 |
Color Harmonies of #CDAC01
Complementary color
Monochromatic Colors of #CDAC01
Black with #CDAC01
Text Example
Text Example
White with #CDAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC01; }
p { color: rgb(205,172,1); }
H1.HeaderClassName
{
color: #CDAC01;
}
.AnyTagClassName
{
color: #CDAC01;
}
</style>
background-color css
<style>
a { background-color: #CDAC01; }
a { background-color: rgb(205,172,1); }
div.DivClassName
{
background-color: #CDAC01;
}
.BgClassName
{
background-color: #CDAC01;
}
</style>
border-color css
<style>
span { border-color: #CDAC01; }
span { border-color: rgb(205,172,1); }
td.TdClassName
{
border-color: #CDAC01;
}
.TagClassName
{
border-color: #CDAC01;
}
</style>