Shades of Deco #CFD57D
Tints of Deco #CFD57D
RGB
CMYK
RGB Variations
Color information
#CFD57D (or 0xCFD57D) is known color: Deco. HEX triplet: CF, D5 and 7D. RGB value is (207,213,125). Sum of RGB (Red+Green+Blue) = 207+213+125=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD57D is #302A82. Grayscale: #C9C9C9. Windows color (decimal): -3156611 or 8246735. OLE color: 8246735.
HSL color Cylindrical-coordinate representation of color #CFD57D: hue angle of 64.09º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFD57D is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 125 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.16 |
| HSL | 64.09º | 0.51% | 0.66% | - |
| HSV(B) | 64.09º | 0.41% | 0.84% | - |
| XYZ | 53.23 | 62.33 | 28.63 | - |
| YUV | 201.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 125 | 0.03 | 0 | 0.41 | 0.16 | 64.09 | 0.51 | 0.66 |
| Hex | CF | D5 | 7D | 3 | 0 | 29 | 10 | 40 | 33 | 42 |
| Octal | 317 | 325 | 175 | 3 | 0 | 51 | 20 | 100 | 63 | 102 |
| Binary | 11001111 | 11010101 | 1111101 | 11 | 0 | 101001 | 10000 | 1000000 | 110011 | 1000010 |
Color Harmonies of #CFD57D
Complementary color
Monochromatic Colors of #CFD57D
Black with #CFD57D
Text Example
Text Example
White with #CFD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD57D; }
p { color: rgb(207,213,125); }
H1.HeaderClassName
{
color: #CFD57D;
}
.AnyTagClassName
{
color: #CFD57D;
}
</style>
background-color css
<style>
a { background-color: #CFD57D; }
a { background-color: rgb(207,213,125); }
div.DivClassName
{
background-color: #CFD57D;
}
.BgClassName
{
background-color: #CFD57D;
}
</style>
border-color css
<style>
span { border-color: #CFD57D; }
span { border-color: rgb(207,213,125); }
td.TdClassName
{
border-color: #CFD57D;
}
.TagClassName
{
border-color: #CFD57D;
}
</style>