Shades of Bird Flower #CDC002
Tints of Bird Flower #CDC002
RGB
CMYK
RGB Variations
Color information
#CDC002 (or 0xCDC002) is known color: Bird Flower. HEX triplet: CD, C0 and 02. RGB value is (205,192,2). Sum of RGB (Red+Green+Blue) = 205+192+2=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC002 is #323FFD. Grayscale: #AFAFAF. Windows color (decimal): -3293182 or 180429. OLE color: 180429.
HSL color Cylindrical-coordinate representation of color #CDC002: hue angle of 56.16º degrees, saturation: 0.98, 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 #CDC002 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.20 |
| HSL | 56.16º | 0.98% | 0.41% | - |
| HSV(B) | 56.16º | 0.99% | 0.8% | - |
| XYZ | 44.04 | 50.68 | 7.52 | - |
| YUV | 174.23 | 30.81 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 2 | 0 | 0.06 | 0.99 | 0.20 | 56.16 | 0.98 | 0.41 |
| Hex | CD | C0 | 2 | 0 | 6 | 63 | 14 | 38 | 62 | 29 |
| Octal | 315 | 300 | 2 | 0 | 6 | 143 | 24 | 70 | 142 | 51 |
| Binary | 11001101 | 11000000 | 10 | 0 | 110 | 1100011 | 10100 | 111000 | 1100010 | 101001 |
Color Harmonies of #CDC002
Complementary color
Monochromatic Colors of #CDC002
Black with #CDC002
Text Example
Text Example
White with #CDC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC002; }
p { color: rgb(205,192,2); }
H1.HeaderClassName
{
color: #CDC002;
}
.AnyTagClassName
{
color: #CDC002;
}
</style>
background-color css
<style>
a { background-color: #CDC002; }
a { background-color: rgb(205,192,2); }
div.DivClassName
{
background-color: #CDC002;
}
.BgClassName
{
background-color: #CDC002;
}
</style>
border-color css
<style>
span { border-color: #CDC002; }
span { border-color: rgb(205,192,2); }
td.TdClassName
{
border-color: #CDC002;
}
.TagClassName
{
border-color: #CDC002;
}
</style>