Shades of Deco #CCD27D
Tints of Deco #CCD27D
RGB
CMYK
RGB Variations
Color information
#CCD27D (or 0xCCD27D) is known color: Deco. HEX triplet: CC, D2 and 7D. RGB value is (204,210,125). Sum of RGB (Red+Green+Blue) = 204+210+125=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD27D is #332D82. Grayscale: #C6C6C6. Windows color (decimal): -3353987 or 8245964. OLE color: 8245964.
HSL color Cylindrical-coordinate representation of color #CCD27D: hue angle of 64.24º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD27D is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 125 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.18 |
| HSL | 64.24º | 0.49% | 0.66% | - |
| HSV(B) | 64.24º | 0.4% | 0.82% | - |
| XYZ | 51.65 | 60.41 | 28.34 | - |
| YUV | 198.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 125 | 0.03 | 0 | 0.40 | 0.18 | 64.24 | 0.49 | 0.66 |
| Hex | CC | D2 | 7D | 3 | 0 | 28 | 12 | 40 | 31 | 42 |
| Octal | 314 | 322 | 175 | 3 | 0 | 50 | 22 | 100 | 61 | 102 |
| Binary | 11001100 | 11010010 | 1111101 | 11 | 0 | 101000 | 10010 | 1000000 | 110001 | 1000010 |
Color Harmonies of #CCD27D
Complementary color
Monochromatic Colors of #CCD27D
Black with #CCD27D
Text Example
Text Example
White with #CCD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD27D; }
p { color: rgb(204,210,125); }
H1.HeaderClassName
{
color: #CCD27D;
}
.AnyTagClassName
{
color: #CCD27D;
}
</style>
background-color css
<style>
a { background-color: #CCD27D; }
a { background-color: rgb(204,210,125); }
div.DivClassName
{
background-color: #CCD27D;
}
.BgClassName
{
background-color: #CCD27D;
}
</style>
border-color css
<style>
span { border-color: #CCD27D; }
span { border-color: rgb(204,210,125); }
td.TdClassName
{
border-color: #CCD27D;
}
.TagClassName
{
border-color: #CCD27D;
}
</style>