Shades of Bird Flower #CDC702
Tints of Bird Flower #CDC702
RGB
CMYK
RGB Variations
Color information
#CDC702 (or 0xCDC702) is known color: Bird Flower. HEX triplet: CD, C7 and 02. RGB value is (205,199,2). Sum of RGB (Red+Green+Blue) = 205+199+2=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC702 is #3238FD. Grayscale: #B3B3B3. Windows color (decimal): -3291390 or 182221. OLE color: 182221.
HSL color Cylindrical-coordinate representation of color #CDC702: hue angle of 58.23º 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 #CDC702 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.20 |
| HSL | 58.23º | 0.98% | 0.41% | - |
| HSV(B) | 58.23º | 0.99% | 0.8% | - |
| XYZ | 45.61 | 53.83 | 8.04 | - |
| YUV | 178.34 | 28.49 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 2 | 0 | 0.03 | 0.99 | 0.20 | 58.23 | 0.98 | 0.41 |
| Hex | CD | C7 | 2 | 0 | 3 | 63 | 14 | 3A | 62 | 29 |
| Octal | 315 | 307 | 2 | 0 | 3 | 143 | 24 | 72 | 142 | 51 |
| Binary | 11001101 | 11000111 | 10 | 0 | 11 | 1100011 | 10100 | 111010 | 1100010 | 101001 |
Color Harmonies of #CDC702
Complementary color
Monochromatic Colors of #CDC702
Black with #CDC702
Text Example
Text Example
White with #CDC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC702; }
p { color: rgb(205,199,2); }
H1.HeaderClassName
{
color: #CDC702;
}
.AnyTagClassName
{
color: #CDC702;
}
</style>
background-color css
<style>
a { background-color: #CDC702; }
a { background-color: rgb(205,199,2); }
div.DivClassName
{
background-color: #CDC702;
}
.BgClassName
{
background-color: #CDC702;
}
</style>
border-color css
<style>
span { border-color: #CDC702; }
span { border-color: rgb(205,199,2); }
td.TdClassName
{
border-color: #CDC702;
}
.TagClassName
{
border-color: #CDC702;
}
</style>