Shades of Deco #CCDB7D
Tints of Deco #CCDB7D
RGB
CMYK
RGB Variations
Color information
#CCDB7D (or 0xCCDB7D) is known color: Deco. HEX triplet: CC, DB and 7D. RGB value is (204,219,125). Sum of RGB (Red+Green+Blue) = 204+219+125=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB7D is #332482. Grayscale: #CCCCCC. Windows color (decimal): -3351683 or 8248268. OLE color: 8248268.
HSL color Cylindrical-coordinate representation of color #CCDB7D: hue angle of 69.57º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCDB7D is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 125 | - |
CMYK | 0.07 | 0 | 0.43 | 0.14 |
HSL | 69.57º | 0.57% | 0.67% | - |
HSV(B) | 69.57º | 0.43% | 0.86% | - |
XYZ | 53.94 | 64.98 | 29.1 | - |
YUV | 203.8 | 83.53 | 128.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 125 | 0.07 | 0 | 0.43 | 0.14 | 69.57 | 0.57 | 0.67 |
Hex | CC | DB | 7D | 7 | 0 | 2B | E | 46 | 39 | 43 |
Octal | 314 | 333 | 175 | 7 | 0 | 53 | 16 | 106 | 71 | 103 |
Binary | 11001100 | 11011011 | 1111101 | 111 | 0 | 101011 | 1110 | 1000110 | 111001 | 1000011 |
Color Harmonies of #CCDB7D
Complementary color
Monochromatic Colors of #CCDB7D
Black with #CCDB7D
Text Example
Text Example
White with #CCDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB7D; }
p { color: rgb(204,219,125); }
H1.HeaderClassName
{
color: #CCDB7D;
}
.AnyTagClassName
{
color: #CCDB7D;
}
</style>
background-color css
<style>
a { background-color: #CCDB7D; }
a { background-color: rgb(204,219,125); }
div.DivClassName
{
background-color: #CCDB7D;
}
.BgClassName
{
background-color: #CCDB7D;
}
</style>
border-color css
<style>
span { border-color: #CCDB7D; }
span { border-color: rgb(204,219,125); }
td.TdClassName
{
border-color: #CCDB7D;
}
.TagClassName
{
border-color: #CCDB7D;
}
</style>