Shades of Deco #CDDC81
Tints of Deco #CDDC81
RGB
CMYK
RGB Variations
Color information
#CDDC81 (or 0xCDDC81) is known color: Deco. HEX triplet: CD, DC and 81. RGB value is (205,220,129). Sum of RGB (Red+Green+Blue) = 205+220+129=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 129 (50.78% from 255 or 23.29% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDC81 is #32237E. Grayscale: #CDCDCD. Windows color (decimal): -3285887 or 8510669. OLE color: 8510669.
HSL color Cylindrical-coordinate representation of color #CDDC81: hue angle of 69.89º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDDC81 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 129 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.14 |
| HSL | 69.89º | 0.57% | 0.68% | - |
| HSV(B) | 69.89º | 0.41% | 0.86% | - |
| XYZ | 54.73 | 65.75 | 30.58 | - |
| YUV | 205.14 | 85.03 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 129 | 0.07 | 0 | 0.41 | 0.14 | 69.89 | 0.57 | 0.68 |
| Hex | CD | DC | 81 | 7 | 0 | 29 | E | 46 | 39 | 44 |
| Octal | 315 | 334 | 201 | 7 | 0 | 51 | 16 | 106 | 71 | 104 |
| Binary | 11001101 | 11011100 | 10000001 | 111 | 0 | 101001 | 1110 | 1000110 | 111001 | 1000100 |
Color Harmonies of #CDDC81
Complementary color
Monochromatic Colors of #CDDC81
Black with #CDDC81
Text Example
Text Example
White with #CDDC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC81; }
p { color: rgb(205,220,129); }
H1.HeaderClassName
{
color: #CDDC81;
}
.AnyTagClassName
{
color: #CDDC81;
}
</style>
background-color css
<style>
a { background-color: #CDDC81; }
a { background-color: rgb(205,220,129); }
div.DivClassName
{
background-color: #CDDC81;
}
.BgClassName
{
background-color: #CDDC81;
}
</style>
border-color css
<style>
span { border-color: #CDDC81; }
span { border-color: rgb(205,220,129); }
td.TdClassName
{
border-color: #CDDC81;
}
.TagClassName
{
border-color: #CDDC81;
}
</style>