Shades of Deco #CFD27C
Tints of Deco #CFD27C
RGB
CMYK
RGB Variations
Color information
#CFD27C (or 0xCFD27C) is known color: Deco. HEX triplet: CF, D2 and 7C. RGB value is (207,210,124). Sum of RGB (Red+Green+Blue) = 207+210+124=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD27C is #302D83. Grayscale: #C7C7C7. Windows color (decimal): -3157380 or 8180431. OLE color: 8180431.
HSL color Cylindrical-coordinate representation of color #CFD27C: hue angle of 62.09º degrees, saturation: 0.49, 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 #CFD27C is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 124 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.18 |
| HSL | 62.09º | 0.49% | 0.65% | - |
| HSV(B) | 62.09º | 0.41% | 0.82% | - |
| XYZ | 52.42 | 60.81 | 28.04 | - |
| YUV | 199.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 124 | 0.01 | 0 | 0.41 | 0.18 | 62.09 | 0.49 | 0.65 |
| Hex | CF | D2 | 7C | 1 | 0 | 29 | 12 | 3E | 31 | 41 |
| Octal | 317 | 322 | 174 | 1 | 0 | 51 | 22 | 76 | 61 | 101 |
| Binary | 11001111 | 11010010 | 1111100 | 1 | 0 | 101001 | 10010 | 111110 | 110001 | 1000001 |
Color Harmonies of #CFD27C
Complementary color
Monochromatic Colors of #CFD27C
Black with #CFD27C
Text Example
Text Example
White with #CFD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD27C; }
p { color: rgb(207,210,124); }
H1.HeaderClassName
{
color: #CFD27C;
}
.AnyTagClassName
{
color: #CFD27C;
}
</style>
background-color css
<style>
a { background-color: #CFD27C; }
a { background-color: rgb(207,210,124); }
div.DivClassName
{
background-color: #CFD27C;
}
.BgClassName
{
background-color: #CFD27C;
}
</style>
border-color css
<style>
span { border-color: #CFD27C; }
span { border-color: rgb(207,210,124); }
td.TdClassName
{
border-color: #CFD27C;
}
.TagClassName
{
border-color: #CFD27C;
}
</style>