Shades of Deco #CDD68C
Tints of Deco #CDD68C
RGB
CMYK
RGB Variations
Color information
#CDD68C (or 0xCDD68C) is known color: Deco. HEX triplet: CD, D6 and 8C. RGB value is (205,214,140). Sum of RGB (Red+Green+Blue) = 205+214+140=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD68C is #322973. Grayscale: #CBCBCB. Windows color (decimal): -3287412 or 9230029. OLE color: 9230029.
HSL color Cylindrical-coordinate representation of color #CDD68C: hue angle of 67.3º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDD68C is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 140 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.16 |
| HSL | 67.3º | 0.47% | 0.69% | - |
| HSV(B) | 67.3º | 0.35% | 0.84% | - |
| XYZ | 53.96 | 62.97 | 34.12 | - |
| YUV | 202.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 140 | 0.04 | 0 | 0.35 | 0.16 | 67.3 | 0.47 | 0.69 |
| Hex | CD | D6 | 8C | 4 | 0 | 23 | 10 | 43 | 2F | 45 |
| Octal | 315 | 326 | 214 | 4 | 0 | 43 | 20 | 103 | 57 | 105 |
| Binary | 11001101 | 11010110 | 10001100 | 100 | 0 | 100011 | 10000 | 1000011 | 101111 | 1000101 |
Color Harmonies of #CDD68C
Complementary color
Monochromatic Colors of #CDD68C
Black with #CDD68C
Text Example
Text Example
White with #CDD68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD68C; }
p { color: rgb(205,214,140); }
H1.HeaderClassName
{
color: #CDD68C;
}
.AnyTagClassName
{
color: #CDD68C;
}
</style>
background-color css
<style>
a { background-color: #CDD68C; }
a { background-color: rgb(205,214,140); }
div.DivClassName
{
background-color: #CDD68C;
}
.BgClassName
{
background-color: #CDD68C;
}
</style>
border-color css
<style>
span { border-color: #CDD68C; }
span { border-color: rgb(205,214,140); }
td.TdClassName
{
border-color: #CDD68C;
}
.TagClassName
{
border-color: #CDD68C;
}
</style>