Shades of Deco #CFD38C
Tints of Deco #CFD38C
RGB
CMYK
RGB Variations
Color information
#CFD38C (or 0xCFD38C) is known color: Deco. HEX triplet: CF, D3 and 8C. RGB value is (207,211,140). Sum of RGB (Red+Green+Blue) = 207+211+140=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD38C is #302C73. Grayscale: #C9C9C9. Windows color (decimal): -3157108 or 9229263. OLE color: 9229263.
HSL color Cylindrical-coordinate representation of color #CFD38C: hue angle of 63.38º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFD38C is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 140 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.17 |
| HSL | 63.38º | 0.45% | 0.69% | - |
| HSV(B) | 63.38º | 0.34% | 0.83% | - |
| XYZ | 53.76 | 61.75 | 33.9 | - |
| YUV | 201.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 140 | 0.02 | 0 | 0.34 | 0.17 | 63.38 | 0.45 | 0.69 |
| Hex | CF | D3 | 8C | 2 | 0 | 22 | 11 | 3F | 2D | 45 |
| Octal | 317 | 323 | 214 | 2 | 0 | 42 | 21 | 77 | 55 | 105 |
| Binary | 11001111 | 11010011 | 10001100 | 10 | 0 | 100010 | 10001 | 111111 | 101101 | 1000101 |
Color Harmonies of #CFD38C
Complementary color
Monochromatic Colors of #CFD38C
Black with #CFD38C
Text Example
Text Example
White with #CFD38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD38C; }
p { color: rgb(207,211,140); }
H1.HeaderClassName
{
color: #CFD38C;
}
.AnyTagClassName
{
color: #CFD38C;
}
</style>
background-color css
<style>
a { background-color: #CFD38C; }
a { background-color: rgb(207,211,140); }
div.DivClassName
{
background-color: #CFD38C;
}
.BgClassName
{
background-color: #CFD38C;
}
</style>
border-color css
<style>
span { border-color: #CFD38C; }
span { border-color: rgb(207,211,140); }
td.TdClassName
{
border-color: #CFD38C;
}
.TagClassName
{
border-color: #CFD38C;
}
</style>