Shades of Deco #CFD57B
Tints of Deco #CFD57B
RGB
CMYK
RGB Variations
Color information
#CFD57B (or 0xCFD57B) is known color: Deco. HEX triplet: CF, D5 and 7B. RGB value is (207,213,123). Sum of RGB (Red+Green+Blue) = 207+213+123=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD57B is #302A84. Grayscale: #C9C9C9. Windows color (decimal): -3156613 or 8115663. OLE color: 8115663.
HSL color Cylindrical-coordinate representation of color #CFD57B: hue angle of 64º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFD57B is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 123 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.16 |
| HSL | 64º | 0.52% | 0.66% | - |
| HSV(B) | 64º | 0.42% | 0.84% | - |
| XYZ | 53.1 | 62.28 | 27.96 | - |
| YUV | 200.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 123 | 0.03 | 0 | 0.42 | 0.16 | 64 | 0.52 | 0.66 |
| Hex | CF | D5 | 7B | 3 | 0 | 2A | 10 | 40 | 34 | 42 |
| Octal | 317 | 325 | 173 | 3 | 0 | 52 | 20 | 100 | 64 | 102 |
| Binary | 11001111 | 11010101 | 1111011 | 11 | 0 | 101010 | 10000 | 1000000 | 110100 | 1000010 |
Color Harmonies of #CFD57B
Complementary color
Monochromatic Colors of #CFD57B
Black with #CFD57B
Text Example
Text Example
White with #CFD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD57B; }
p { color: rgb(207,213,123); }
H1.HeaderClassName
{
color: #CFD57B;
}
.AnyTagClassName
{
color: #CFD57B;
}
</style>
background-color css
<style>
a { background-color: #CFD57B; }
a { background-color: rgb(207,213,123); }
div.DivClassName
{
background-color: #CFD57B;
}
.BgClassName
{
background-color: #CFD57B;
}
</style>
border-color css
<style>
span { border-color: #CFD57B; }
span { border-color: rgb(207,213,123); }
td.TdClassName
{
border-color: #CFD57B;
}
.TagClassName
{
border-color: #CFD57B;
}
</style>