Shades of Deco #CFD07D
Tints of Deco #CFD07D
RGB
CMYK
RGB Variations
Color information
#CFD07D (or 0xCFD07D) is known color: Deco. HEX triplet: CF, D0 and 7D. RGB value is (207,208,125). Sum of RGB (Red+Green+Blue) = 207+208+125=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD07D is #302F82. Grayscale: #C6C6C6. Windows color (decimal): -3157891 or 8245455. OLE color: 8245455.
HSL color Cylindrical-coordinate representation of color #CFD07D: hue angle of 60.72º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFD07D is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 125 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.18 |
| HSL | 60.72º | 0.47% | 0.65% | - |
| HSV(B) | 60.72º | 0.4% | 0.82% | - |
| XYZ | 51.99 | 59.86 | 28.22 | - |
| YUV | 198.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 125 | 0.00 | 0 | 0.40 | 0.18 | 60.72 | 0.47 | 0.65 |
| Hex | CF | D0 | 7D | 0 | 0 | 28 | 12 | 3D | 2F | 41 |
| Octal | 317 | 320 | 175 | 0 | 0 | 50 | 22 | 75 | 57 | 101 |
| Binary | 11001111 | 11010000 | 1111101 | 0 | 0 | 101000 | 10010 | 111101 | 101111 | 1000001 |
Color Harmonies of #CFD07D
Complementary color
Monochromatic Colors of #CFD07D
Black with #CFD07D
Text Example
Text Example
White with #CFD07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD07D; }
p { color: rgb(207,208,125); }
H1.HeaderClassName
{
color: #CFD07D;
}
.AnyTagClassName
{
color: #CFD07D;
}
</style>
background-color css
<style>
a { background-color: #CFD07D; }
a { background-color: rgb(207,208,125); }
div.DivClassName
{
background-color: #CFD07D;
}
.BgClassName
{
background-color: #CFD07D;
}
</style>
border-color css
<style>
span { border-color: #CFD07D; }
span { border-color: rgb(207,208,125); }
td.TdClassName
{
border-color: #CFD07D;
}
.TagClassName
{
border-color: #CFD07D;
}
</style>