Shades of Deco #CFD27E
Tints of Deco #CFD27E
RGB
CMYK
RGB Variations
Color information
#CFD27E (or 0xCFD27E) is known color: Deco. HEX triplet: CF, D2 and 7E. RGB value is (207,210,126). Sum of RGB (Red+Green+Blue) = 207+210+126=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD27E is #302D81. Grayscale: #C7C7C7. Windows color (decimal): -3157378 or 8311503. OLE color: 8311503.
HSL color Cylindrical-coordinate representation of color #CFD27E: hue angle of 62.14º degrees, saturation: 0.48, 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 #CFD27E is Cyan = 0.01, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 126 | - |
| CMYK | 0.01 | 0 | 0.4 | 0.18 |
| HSL | 62.14º | 0.48% | 0.66% | - |
| HSV(B) | 62.14º | 0.4% | 0.82% | - |
| XYZ | 52.54 | 60.86 | 28.72 | - |
| YUV | 199.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 126 | 0.01 | 0 | 0.4 | 0.18 | 62.14 | 0.48 | 0.66 |
| Hex | CF | D2 | 7E | 1 | 0 | 28 | 12 | 3E | 30 | 42 |
| Octal | 317 | 322 | 176 | 1 | 0 | 50 | 22 | 76 | 60 | 102 |
| Binary | 11001111 | 11010010 | 1111110 | 1 | 0 | 101000 | 10010 | 111110 | 110000 | 1000010 |
Color Harmonies of #CFD27E
Complementary color
Monochromatic Colors of #CFD27E
Black with #CFD27E
Text Example
Text Example
White with #CFD27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD27E; }
p { color: rgb(207,210,126); }
H1.HeaderClassName
{
color: #CFD27E;
}
.AnyTagClassName
{
color: #CFD27E;
}
</style>
background-color css
<style>
a { background-color: #CFD27E; }
a { background-color: rgb(207,210,126); }
div.DivClassName
{
background-color: #CFD27E;
}
.BgClassName
{
background-color: #CFD27E;
}
</style>
border-color css
<style>
span { border-color: #CFD27E; }
span { border-color: rgb(207,210,126); }
td.TdClassName
{
border-color: #CFD27E;
}
.TagClassName
{
border-color: #CFD27E;
}
</style>