Shades of Bird Flower #CDC812
Tints of Bird Flower #CDC812
RGB
CMYK
RGB Variations
Color information
#CDC812 (or 0xCDC812) is known color: Bird Flower. HEX triplet: CD, C8 and 12. RGB value is (205,200,18). Sum of RGB (Red+Green+Blue) = 205+200+18=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC812 is #3237ED. Grayscale: #B5B5B5. Windows color (decimal): -3291118 or 1231053. OLE color: 1231053.
HSL color Cylindrical-coordinate representation of color #CDC812: hue angle of 58.4º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDC812 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 18 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.20 |
| HSL | 58.4º | 0.84% | 0.44% | - |
| HSV(B) | 58.4º | 0.91% | 0.8% | - |
| XYZ | 45.94 | 54.33 | 8.64 | - |
| YUV | 180.75 | 36.16 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 18 | 0 | 0.02 | 0.91 | 0.20 | 58.4 | 0.84 | 0.44 |
| Hex | CD | C8 | 12 | 0 | 2 | 5B | 14 | 3A | 54 | 2C |
| Octal | 315 | 310 | 22 | 0 | 2 | 133 | 24 | 72 | 124 | 54 |
| Binary | 11001101 | 11001000 | 10010 | 0 | 10 | 1011011 | 10100 | 111010 | 1010100 | 101100 |
Color Harmonies of #CDC812
Complementary color
Monochromatic Colors of #CDC812
Black with #CDC812
Text Example
Text Example
White with #CDC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC812; }
p { color: rgb(205,200,18); }
H1.HeaderClassName
{
color: #CDC812;
}
.AnyTagClassName
{
color: #CDC812;
}
</style>
background-color css
<style>
a { background-color: #CDC812; }
a { background-color: rgb(205,200,18); }
div.DivClassName
{
background-color: #CDC812;
}
.BgClassName
{
background-color: #CDC812;
}
</style>
border-color css
<style>
span { border-color: #CDC812; }
span { border-color: rgb(205,200,18); }
td.TdClassName
{
border-color: #CDC812;
}
.TagClassName
{
border-color: #CDC812;
}
</style>