Shades of Deco #CDDC83
Tints of Deco #CDDC83
RGB
CMYK
RGB Variations
Color information
#CDDC83 (or 0xCDDC83) is known color: Deco. HEX triplet: CD, DC and 83. RGB value is (205,220,131). Sum of RGB (Red+Green+Blue) = 205+220+131=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 131 (51.56% from 255 or 23.56% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDC83 is #32237C. Grayscale: #CDCDCD. Windows color (decimal): -3285885 or 8641741. OLE color: 8641741.
HSL color Cylindrical-coordinate representation of color #CDDC83: hue angle of 70.11º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDDC83 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 131 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.14 |
| HSL | 70.11º | 0.56% | 0.69% | - |
| HSV(B) | 70.11º | 0.4% | 0.86% | - |
| XYZ | 54.87 | 65.8 | 31.28 | - |
| YUV | 205.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 131 | 0.07 | 0 | 0.40 | 0.14 | 70.11 | 0.56 | 0.69 |
| Hex | CD | DC | 83 | 7 | 0 | 28 | E | 46 | 38 | 45 |
| Octal | 315 | 334 | 203 | 7 | 0 | 50 | 16 | 106 | 70 | 105 |
| Binary | 11001101 | 11011100 | 10000011 | 111 | 0 | 101000 | 1110 | 1000110 | 111000 | 1000101 |
Color Harmonies of #CDDC83
Complementary color
Monochromatic Colors of #CDDC83
Black with #CDDC83
Text Example
Text Example
White with #CDDC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC83; }
p { color: rgb(205,220,131); }
H1.HeaderClassName
{
color: #CDDC83;
}
.AnyTagClassName
{
color: #CDDC83;
}
</style>
background-color css
<style>
a { background-color: #CDDC83; }
a { background-color: rgb(205,220,131); }
div.DivClassName
{
background-color: #CDDC83;
}
.BgClassName
{
background-color: #CDDC83;
}
</style>
border-color css
<style>
span { border-color: #CDDC83; }
span { border-color: rgb(205,220,131); }
td.TdClassName
{
border-color: #CDDC83;
}
.TagClassName
{
border-color: #CDDC83;
}
</style>