Shades of Deco #CFD376
Tints of Deco #CFD376
RGB
CMYK
RGB Variations
Color information
#CFD376 (or 0xCFD376) is known color: Deco. HEX triplet: CF, D3 and 76. RGB value is (207,211,118). Sum of RGB (Red+Green+Blue) = 207+211+118=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD376 is #302C89. Grayscale: #C7C7C7. Windows color (decimal): -3157130 or 7787471. OLE color: 7787471.
HSL color Cylindrical-coordinate representation of color #CFD376: hue angle of 62.58º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFD376 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 118 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.17 |
| HSL | 62.58º | 0.51% | 0.65% | - |
| HSV(B) | 62.58º | 0.44% | 0.83% | - |
| XYZ | 52.3 | 61.16 | 26.19 | - |
| YUV | 199.2 | 82.17 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 118 | 0.02 | 0 | 0.44 | 0.17 | 62.58 | 0.51 | 0.65 |
| Hex | CF | D3 | 76 | 2 | 0 | 2C | 11 | 3F | 33 | 41 |
| Octal | 317 | 323 | 166 | 2 | 0 | 54 | 21 | 77 | 63 | 101 |
| Binary | 11001111 | 11010011 | 1110110 | 10 | 0 | 101100 | 10001 | 111111 | 110011 | 1000001 |
Color Harmonies of #CFD376
Complementary color
Monochromatic Colors of #CFD376
Black with #CFD376
Text Example
Text Example
White with #CFD376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD376; }
p { color: rgb(207,211,118); }
H1.HeaderClassName
{
color: #CFD376;
}
.AnyTagClassName
{
color: #CFD376;
}
</style>
background-color css
<style>
a { background-color: #CFD376; }
a { background-color: rgb(207,211,118); }
div.DivClassName
{
background-color: #CFD376;
}
.BgClassName
{
background-color: #CFD376;
}
</style>
border-color css
<style>
span { border-color: #CFD376; }
span { border-color: rgb(207,211,118); }
td.TdClassName
{
border-color: #CFD376;
}
.TagClassName
{
border-color: #CFD376;
}
</style>