Shades of Deco #CFD27D
Tints of Deco #CFD27D
RGB
CMYK
RGB Variations
Color information
#CFD27D (or 0xCFD27D) is known color: Deco. HEX triplet: CF, D2 and 7D. RGB value is (207,210,125). Sum of RGB (Red+Green+Blue) = 207+210+125=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD27D is #302D82. Grayscale: #C7C7C7. Windows color (decimal): -3157379 or 8245967. OLE color: 8245967.
HSL color Cylindrical-coordinate representation of color #CFD27D: hue angle of 62.12º degrees, saturation: 0.49, 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 #CFD27D is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 125 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.18 |
| HSL | 62.12º | 0.49% | 0.66% | - |
| HSV(B) | 62.12º | 0.4% | 0.82% | - |
| XYZ | 52.48 | 60.84 | 28.38 | - |
| YUV | 199.41 | 86.01 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 125 | 0.01 | 0 | 0.40 | 0.18 | 62.12 | 0.49 | 0.66 |
| Hex | CF | D2 | 7D | 1 | 0 | 28 | 12 | 3E | 31 | 42 |
| Octal | 317 | 322 | 175 | 1 | 0 | 50 | 22 | 76 | 61 | 102 |
| Binary | 11001111 | 11010010 | 1111101 | 1 | 0 | 101000 | 10010 | 111110 | 110001 | 1000010 |
Color Harmonies of #CFD27D
Complementary color
Monochromatic Colors of #CFD27D
Black with #CFD27D
Text Example
Text Example
White with #CFD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD27D; }
p { color: rgb(207,210,125); }
H1.HeaderClassName
{
color: #CFD27D;
}
.AnyTagClassName
{
color: #CFD27D;
}
</style>
background-color css
<style>
a { background-color: #CFD27D; }
a { background-color: rgb(207,210,125); }
div.DivClassName
{
background-color: #CFD27D;
}
.BgClassName
{
background-color: #CFD27D;
}
</style>
border-color css
<style>
span { border-color: #CFD27D; }
span { border-color: rgb(207,210,125); }
td.TdClassName
{
border-color: #CFD27D;
}
.TagClassName
{
border-color: #CFD27D;
}
</style>