Shades of Deco #CFD47D
Tints of Deco #CFD47D
RGB
CMYK
RGB Variations
Color information
#CFD47D (or 0xCFD47D) is known color: Deco. HEX triplet: CF, D4 and 7D. RGB value is (207,212,125). Sum of RGB (Red+Green+Blue) = 207+212+125=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD47D is #302B82. Grayscale: #C8C8C8. Windows color (decimal): -3156867 or 8246479. OLE color: 8246479.
HSL color Cylindrical-coordinate representation of color #CFD47D: hue angle of 63.45º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFD47D is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 125 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.17 |
| HSL | 63.45º | 0.5% | 0.66% | - |
| HSV(B) | 63.45º | 0.41% | 0.83% | - |
| XYZ | 52.98 | 61.83 | 28.54 | - |
| YUV | 200.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 125 | 0.02 | 0 | 0.41 | 0.17 | 63.45 | 0.5 | 0.66 |
| Hex | CF | D4 | 7D | 2 | 0 | 29 | 11 | 3F | 32 | 42 |
| Octal | 317 | 324 | 175 | 2 | 0 | 51 | 21 | 77 | 62 | 102 |
| Binary | 11001111 | 11010100 | 1111101 | 10 | 0 | 101001 | 10001 | 111111 | 110010 | 1000010 |
Color Harmonies of #CFD47D
Complementary color
Monochromatic Colors of #CFD47D
Black with #CFD47D
Text Example
Text Example
White with #CFD47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD47D; }
p { color: rgb(207,212,125); }
H1.HeaderClassName
{
color: #CFD47D;
}
.AnyTagClassName
{
color: #CFD47D;
}
</style>
background-color css
<style>
a { background-color: #CFD47D; }
a { background-color: rgb(207,212,125); }
div.DivClassName
{
background-color: #CFD47D;
}
.BgClassName
{
background-color: #CFD47D;
}
</style>
border-color css
<style>
span { border-color: #CFD47D; }
span { border-color: rgb(207,212,125); }
td.TdClassName
{
border-color: #CFD47D;
}
.TagClassName
{
border-color: #CFD47D;
}
</style>