Shades of Bird Flower #CDC312
Tints of Bird Flower #CDC312
RGB
CMYK
RGB Variations
Color information
#CDC312 (or 0xCDC312) is known color: Bird Flower. HEX triplet: CD, C3 and 12. RGB value is (205,195,18). Sum of RGB (Red+Green+Blue) = 205+195+18=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC312 is #323CED. Grayscale: #B2B2B2. Windows color (decimal): -3292398 or 1229773. OLE color: 1229773.
HSL color Cylindrical-coordinate representation of color #CDC312: hue angle of 56.79º 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 #CDC312 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 18 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.20 |
| HSL | 56.79º | 0.84% | 0.44% | - |
| HSV(B) | 56.79º | 0.91% | 0.8% | - |
| XYZ | 44.8 | 52.05 | 8.26 | - |
| YUV | 177.81 | 37.81 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 18 | 0 | 0.05 | 0.91 | 0.20 | 56.79 | 0.84 | 0.44 |
| Hex | CD | C3 | 12 | 0 | 5 | 5B | 14 | 39 | 54 | 2C |
| Octal | 315 | 303 | 22 | 0 | 5 | 133 | 24 | 71 | 124 | 54 |
| Binary | 11001101 | 11000011 | 10010 | 0 | 101 | 1011011 | 10100 | 111001 | 1010100 | 101100 |
Color Harmonies of #CDC312
Complementary color
Monochromatic Colors of #CDC312
Black with #CDC312
Text Example
Text Example
White with #CDC312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC312; }
p { color: rgb(205,195,18); }
H1.HeaderClassName
{
color: #CDC312;
}
.AnyTagClassName
{
color: #CDC312;
}
</style>
background-color css
<style>
a { background-color: #CDC312; }
a { background-color: rgb(205,195,18); }
div.DivClassName
{
background-color: #CDC312;
}
.BgClassName
{
background-color: #CDC312;
}
</style>
border-color css
<style>
span { border-color: #CDC312; }
span { border-color: rgb(205,195,18); }
td.TdClassName
{
border-color: #CDC312;
}
.TagClassName
{
border-color: #CDC312;
}
</style>