Shades of Deco #CCDB75
Tints of Deco #CCDB75
RGB
CMYK
RGB Variations
Color information
#CCDB75 (or 0xCCDB75) is known color: Deco. HEX triplet: CC, DB and 75. RGB value is (204,219,117). Sum of RGB (Red+Green+Blue) = 204+219+117=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB75 is #33248A. Grayscale: #CBCBCB. Windows color (decimal): -3351691 or 7723980. OLE color: 7723980.
HSL color Cylindrical-coordinate representation of color #CCDB75: hue angle of 68.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCDB75 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 117 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.14 |
| HSL | 68.82º | 0.59% | 0.66% | - |
| HSV(B) | 68.82º | 0.47% | 0.86% | - |
| XYZ | 53.44 | 64.78 | 26.52 | - |
| YUV | 202.89 | 79.53 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 117 | 0.07 | 0 | 0.47 | 0.14 | 68.82 | 0.59 | 0.66 |
| Hex | CC | DB | 75 | 7 | 0 | 2F | E | 45 | 3B | 42 |
| Octal | 314 | 333 | 165 | 7 | 0 | 57 | 16 | 105 | 73 | 102 |
| Binary | 11001100 | 11011011 | 1110101 | 111 | 0 | 101111 | 1110 | 1000101 | 111011 | 1000010 |
Color Harmonies of #CCDB75
Complementary color
Monochromatic Colors of #CCDB75
Black with #CCDB75
Text Example
Text Example
White with #CCDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB75; }
p { color: rgb(204,219,117); }
H1.HeaderClassName
{
color: #CCDB75;
}
.AnyTagClassName
{
color: #CCDB75;
}
</style>
background-color css
<style>
a { background-color: #CCDB75; }
a { background-color: rgb(204,219,117); }
div.DivClassName
{
background-color: #CCDB75;
}
.BgClassName
{
background-color: #CCDB75;
}
</style>
border-color css
<style>
span { border-color: #CCDB75; }
span { border-color: rgb(204,219,117); }
td.TdClassName
{
border-color: #CCDB75;
}
.TagClassName
{
border-color: #CCDB75;
}
</style>