Shades of Deco #CFD57A
Tints of Deco #CFD57A
RGB
CMYK
RGB Variations
Color information
#CFD57A (or 0xCFD57A) is known color: Deco. HEX triplet: CF, D5 and 7A. RGB value is (207,213,122). Sum of RGB (Red+Green+Blue) = 207+213+122=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD57A is #302A85. Grayscale: #C9C9C9. Windows color (decimal): -3156614 or 8050127. OLE color: 8050127.
HSL color Cylindrical-coordinate representation of color #CFD57A: hue angle of 63.96º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFD57A is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 122 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.16 |
| HSL | 63.96º | 0.52% | 0.66% | - |
| HSV(B) | 63.96º | 0.43% | 0.84% | - |
| XYZ | 53.04 | 62.26 | 27.63 | - |
| YUV | 200.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 122 | 0.03 | 0 | 0.43 | 0.16 | 63.96 | 0.52 | 0.66 |
| Hex | CF | D5 | 7A | 3 | 0 | 2B | 10 | 40 | 34 | 42 |
| Octal | 317 | 325 | 172 | 3 | 0 | 53 | 20 | 100 | 64 | 102 |
| Binary | 11001111 | 11010101 | 1111010 | 11 | 0 | 101011 | 10000 | 1000000 | 110100 | 1000010 |
Color Harmonies of #CFD57A
Complementary color
Monochromatic Colors of #CFD57A
Black with #CFD57A
Text Example
Text Example
White with #CFD57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD57A; }
p { color: rgb(207,213,122); }
H1.HeaderClassName
{
color: #CFD57A;
}
.AnyTagClassName
{
color: #CFD57A;
}
</style>
background-color css
<style>
a { background-color: #CFD57A; }
a { background-color: rgb(207,213,122); }
div.DivClassName
{
background-color: #CFD57A;
}
.BgClassName
{
background-color: #CFD57A;
}
</style>
border-color css
<style>
span { border-color: #CFD57A; }
span { border-color: rgb(207,213,122); }
td.TdClassName
{
border-color: #CFD57A;
}
.TagClassName
{
border-color: #CFD57A;
}
</style>