Shades of Bird Flower #CDC202
Tints of Bird Flower #CDC202
RGB
CMYK
RGB Variations
Color information
#CDC202 (or 0xCDC202) is known color: Bird Flower. HEX triplet: CD, C2 and 02. RGB value is (205,194,2). Sum of RGB (Red+Green+Blue) = 205+194+2=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC202 is #323DFD. Grayscale: #B0B0B0. Windows color (decimal): -3292670 or 180941. OLE color: 180941.
HSL color Cylindrical-coordinate representation of color #CDC202: hue angle of 56.75º 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 #CDC202 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.20 |
| HSL | 56.75º | 0.98% | 0.41% | - |
| HSV(B) | 56.75º | 0.99% | 0.8% | - |
| XYZ | 44.48 | 51.57 | 7.67 | - |
| YUV | 175.4 | 30.14 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 2 | 0 | 0.05 | 0.99 | 0.20 | 56.75 | 0.98 | 0.41 |
| Hex | CD | C2 | 2 | 0 | 5 | 63 | 14 | 39 | 62 | 29 |
| Octal | 315 | 302 | 2 | 0 | 5 | 143 | 24 | 71 | 142 | 51 |
| Binary | 11001101 | 11000010 | 10 | 0 | 101 | 1100011 | 10100 | 111001 | 1100010 | 101001 |
Color Harmonies of #CDC202
Complementary color
Monochromatic Colors of #CDC202
Black with #CDC202
Text Example
Text Example
White with #CDC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC202; }
p { color: rgb(205,194,2); }
H1.HeaderClassName
{
color: #CDC202;
}
.AnyTagClassName
{
color: #CDC202;
}
</style>
background-color css
<style>
a { background-color: #CDC202; }
a { background-color: rgb(205,194,2); }
div.DivClassName
{
background-color: #CDC202;
}
.BgClassName
{
background-color: #CDC202;
}
</style>
border-color css
<style>
span { border-color: #CDC202; }
span { border-color: rgb(205,194,2); }
td.TdClassName
{
border-color: #CDC202;
}
.TagClassName
{
border-color: #CDC202;
}
</style>