Shades of Deco #CFCD7D
Tints of Deco #CFCD7D
RGB
CMYK
RGB Variations
Color information
#CFCD7D (or 0xCFCD7D) is known color: Deco. HEX triplet: CF, CD and 7D. RGB value is (207,205,125). Sum of RGB (Red+Green+Blue) = 207+205+125=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD7D is #303282. Grayscale: #C4C4C4. Windows color (decimal): -3158659 or 8244687. OLE color: 8244687.
HSL color Cylindrical-coordinate representation of color #CFCD7D: hue angle of 58.54º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFCD7D is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 125 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.19 |
| HSL | 58.54º | 0.46% | 0.65% | - |
| HSV(B) | 58.54º | 0.4% | 0.81% | - |
| XYZ | 51.27 | 58.41 | 27.97 | - |
| YUV | 196.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 125 | 0 | 0.01 | 0.40 | 0.19 | 58.54 | 0.46 | 0.65 |
| Hex | CF | CD | 7D | 0 | 1 | 28 | 13 | 3B | 2E | 41 |
| Octal | 317 | 315 | 175 | 0 | 1 | 50 | 23 | 73 | 56 | 101 |
| Binary | 11001111 | 11001101 | 1111101 | 0 | 1 | 101000 | 10011 | 111011 | 101110 | 1000001 |
Color Harmonies of #CFCD7D
Complementary color
Monochromatic Colors of #CFCD7D
Black with #CFCD7D
Text Example
Text Example
White with #CFCD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD7D; }
p { color: rgb(207,205,125); }
H1.HeaderClassName
{
color: #CFCD7D;
}
.AnyTagClassName
{
color: #CFCD7D;
}
</style>
background-color css
<style>
a { background-color: #CFCD7D; }
a { background-color: rgb(207,205,125); }
div.DivClassName
{
background-color: #CFCD7D;
}
.BgClassName
{
background-color: #CFCD7D;
}
</style>
border-color css
<style>
span { border-color: #CFCD7D; }
span { border-color: rgb(207,205,125); }
td.TdClassName
{
border-color: #CFCD7D;
}
.TagClassName
{
border-color: #CFCD7D;
}
</style>