Shades of Deco #CFD17C
Tints of Deco #CFD17C
RGB
CMYK
RGB Variations
Color information
#CFD17C (or 0xCFD17C) is known color: Deco. HEX triplet: CF, D1 and 7C. RGB value is (207,209,124). Sum of RGB (Red+Green+Blue) = 207+209+124=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD17C is #302E83. Grayscale: #C7C7C7. Windows color (decimal): -3157636 or 8180175. OLE color: 8180175.
HSL color Cylindrical-coordinate representation of color #CFD17C: hue angle of 61.41º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFD17C is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 124 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.18 |
| HSL | 61.41º | 0.48% | 0.65% | - |
| HSV(B) | 61.41º | 0.41% | 0.82% | - |
| XYZ | 52.17 | 60.32 | 27.96 | - |
| YUV | 198.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 124 | 0.01 | 0 | 0.41 | 0.18 | 61.41 | 0.48 | 0.65 |
| Hex | CF | D1 | 7C | 1 | 0 | 29 | 12 | 3D | 30 | 41 |
| Octal | 317 | 321 | 174 | 1 | 0 | 51 | 22 | 75 | 60 | 101 |
| Binary | 11001111 | 11010001 | 1111100 | 1 | 0 | 101001 | 10010 | 111101 | 110000 | 1000001 |
Color Harmonies of #CFD17C
Complementary color
Monochromatic Colors of #CFD17C
Black with #CFD17C
Text Example
Text Example
White with #CFD17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD17C; }
p { color: rgb(207,209,124); }
H1.HeaderClassName
{
color: #CFD17C;
}
.AnyTagClassName
{
color: #CFD17C;
}
</style>
background-color css
<style>
a { background-color: #CFD17C; }
a { background-color: rgb(207,209,124); }
div.DivClassName
{
background-color: #CFD17C;
}
.BgClassName
{
background-color: #CFD17C;
}
</style>
border-color css
<style>
span { border-color: #CFD17C; }
span { border-color: rgb(207,209,124); }
td.TdClassName
{
border-color: #CFD17C;
}
.TagClassName
{
border-color: #CFD17C;
}
</style>