Shades of Deco #CFD379
Tints of Deco #CFD379
RGB
CMYK
RGB Variations
Color information
#CFD379 (or 0xCFD379) is known color: Deco. HEX triplet: CF, D3 and 79. RGB value is (207,211,121). Sum of RGB (Red+Green+Blue) = 207+211+121=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD379 is #302C86. Grayscale: #C7C7C7. Windows color (decimal): -3157127 or 7984079. OLE color: 7984079.
HSL color Cylindrical-coordinate representation of color #CFD379: hue angle of 62.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFD379 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 121 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.17 |
| HSL | 62.67º | 0.51% | 0.65% | - |
| HSV(B) | 62.67º | 0.43% | 0.83% | - |
| XYZ | 52.48 | 61.23 | 27.14 | - |
| YUV | 199.54 | 83.67 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 121 | 0.02 | 0 | 0.43 | 0.17 | 62.67 | 0.51 | 0.65 |
| Hex | CF | D3 | 79 | 2 | 0 | 2B | 11 | 3F | 33 | 41 |
| Octal | 317 | 323 | 171 | 2 | 0 | 53 | 21 | 77 | 63 | 101 |
| Binary | 11001111 | 11010011 | 1111001 | 10 | 0 | 101011 | 10001 | 111111 | 110011 | 1000001 |
Color Harmonies of #CFD379
Complementary color
Monochromatic Colors of #CFD379
Black with #CFD379
Text Example
Text Example
White with #CFD379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD379; }
p { color: rgb(207,211,121); }
H1.HeaderClassName
{
color: #CFD379;
}
.AnyTagClassName
{
color: #CFD379;
}
</style>
background-color css
<style>
a { background-color: #CFD379; }
a { background-color: rgb(207,211,121); }
div.DivClassName
{
background-color: #CFD379;
}
.BgClassName
{
background-color: #CFD379;
}
</style>
border-color css
<style>
span { border-color: #CFD379; }
span { border-color: rgb(207,211,121); }
td.TdClassName
{
border-color: #CFD379;
}
.TagClassName
{
border-color: #CFD379;
}
</style>