Shades of Deco #CFD077
Tints of Deco #CFD077
RGB
CMYK
RGB Variations
Color information
#CFD077 (or 0xCFD077) is known color: Deco. HEX triplet: CF, D0 and 77. RGB value is (207,208,119). Sum of RGB (Red+Green+Blue) = 207+208+119=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD077 is #302F88. Grayscale: #C5C5C5. Windows color (decimal): -3157897 or 7852239. OLE color: 7852239.
HSL color Cylindrical-coordinate representation of color #CFD077: hue angle of 60.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFD077 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 119 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.18 |
| HSL | 60.67º | 0.49% | 0.64% | - |
| HSV(B) | 60.67º | 0.43% | 0.82% | - |
| XYZ | 51.62 | 59.71 | 26.26 | - |
| YUV | 197.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 119 | 0.00 | 0 | 0.43 | 0.18 | 60.67 | 0.49 | 0.64 |
| Hex | CF | D0 | 77 | 0 | 0 | 2B | 12 | 3D | 31 | 40 |
| Octal | 317 | 320 | 167 | 0 | 0 | 53 | 22 | 75 | 61 | 100 |
| Binary | 11001111 | 11010000 | 1110111 | 0 | 0 | 101011 | 10010 | 111101 | 110001 | 1000000 |
Color Harmonies of #CFD077
Complementary color
Monochromatic Colors of #CFD077
Black with #CFD077
Text Example
Text Example
White with #CFD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD077; }
p { color: rgb(207,208,119); }
H1.HeaderClassName
{
color: #CFD077;
}
.AnyTagClassName
{
color: #CFD077;
}
</style>
background-color css
<style>
a { background-color: #CFD077; }
a { background-color: rgb(207,208,119); }
div.DivClassName
{
background-color: #CFD077;
}
.BgClassName
{
background-color: #CFD077;
}
</style>
border-color css
<style>
span { border-color: #CFD077; }
span { border-color: rgb(207,208,119); }
td.TdClassName
{
border-color: #CFD077;
}
.TagClassName
{
border-color: #CFD077;
}
</style>