Shades of Bird Flower #CDAB03
Tints of Bird Flower #CDAB03
RGB
CMYK
RGB Variations
Color information
#CDAB03 (or 0xCDAB03) is known color: Bird Flower. HEX triplet: CD, AB and 03. RGB value is (205,171,3). Sum of RGB (Red+Green+Blue) = 205+171+3=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 3 (1.56% from 255 or 0.79% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDAB03 is #3254FC. Grayscale: #A2A2A2. Windows color (decimal): -3298557 or 240589. OLE color: 240589.
HSL color Cylindrical-coordinate representation of color #CDAB03: hue angle of 49.9º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDAB03 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 3 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.20 |
| HSL | 49.9º | 0.97% | 0.41% | - |
| HSV(B) | 49.9º | 0.99% | 0.8% | - |
| XYZ | 39.76 | 42.11 | 6.12 | - |
| YUV | 162.01 | 38.26 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 3 | 0 | 0.17 | 0.99 | 0.20 | 49.9 | 0.97 | 0.41 |
| Hex | CD | AB | 3 | 0 | 11 | 63 | 14 | 32 | 61 | 29 |
| Octal | 315 | 253 | 3 | 0 | 21 | 143 | 24 | 62 | 141 | 51 |
| Binary | 11001101 | 10101011 | 11 | 0 | 10001 | 1100011 | 10100 | 110010 | 1100001 | 101001 |
Color Harmonies of #CDAB03
Complementary color
Monochromatic Colors of #CDAB03
Black with #CDAB03
Text Example
Text Example
White with #CDAB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB03; }
p { color: rgb(205,171,3); }
H1.HeaderClassName
{
color: #CDAB03;
}
.AnyTagClassName
{
color: #CDAB03;
}
</style>
background-color css
<style>
a { background-color: #CDAB03; }
a { background-color: rgb(205,171,3); }
div.DivClassName
{
background-color: #CDAB03;
}
.BgClassName
{
background-color: #CDAB03;
}
</style>
border-color css
<style>
span { border-color: #CDAB03; }
span { border-color: rgb(205,171,3); }
td.TdClassName
{
border-color: #CDAB03;
}
.TagClassName
{
border-color: #CDAB03;
}
</style>