Shades of Deco #CCD67F
Tints of Deco #CCD67F
RGB
CMYK
RGB Variations
Color information
#CCD67F (or 0xCCD67F) is known color: Deco. HEX triplet: CC, D6 and 7F. RGB value is (204,214,127). Sum of RGB (Red+Green+Blue) = 204+214+127=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD67F is #332980. Grayscale: #C9C9C9. Windows color (decimal): -3352961 or 8378060. OLE color: 8378060.
HSL color Cylindrical-coordinate representation of color #CCD67F: hue angle of 66.9º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCD67F is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 127 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.16 |
| HSL | 66.9º | 0.51% | 0.67% | - |
| HSV(B) | 66.9º | 0.41% | 0.84% | - |
| XYZ | 52.78 | 62.46 | 29.35 | - |
| YUV | 201.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 127 | 0.05 | 0 | 0.41 | 0.16 | 66.9 | 0.51 | 0.67 |
| Hex | CC | D6 | 7F | 5 | 0 | 29 | 10 | 43 | 33 | 43 |
| Octal | 314 | 326 | 177 | 5 | 0 | 51 | 20 | 103 | 63 | 103 |
| Binary | 11001100 | 11010110 | 1111111 | 101 | 0 | 101001 | 10000 | 1000011 | 110011 | 1000011 |
Color Harmonies of #CCD67F
Complementary color
Monochromatic Colors of #CCD67F
Black with #CCD67F
Text Example
Text Example
White with #CCD67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD67F; }
p { color: rgb(204,214,127); }
H1.HeaderClassName
{
color: #CCD67F;
}
.AnyTagClassName
{
color: #CCD67F;
}
</style>
background-color css
<style>
a { background-color: #CCD67F; }
a { background-color: rgb(204,214,127); }
div.DivClassName
{
background-color: #CCD67F;
}
.BgClassName
{
background-color: #CCD67F;
}
</style>
border-color css
<style>
span { border-color: #CCD67F; }
span { border-color: rgb(204,214,127); }
td.TdClassName
{
border-color: #CCD67F;
}
.TagClassName
{
border-color: #CCD67F;
}
</style>