Shades of Deco #CFCD7C
Tints of Deco #CFCD7C
RGB
CMYK
RGB Variations
Color information
#CFCD7C (or 0xCFCD7C) is known color: Deco. HEX triplet: CF, CD and 7C. RGB value is (207,205,124). Sum of RGB (Red+Green+Blue) = 207+205+124=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD7C is #303283. Grayscale: #C4C4C4. Windows color (decimal): -3158660 or 8179151. OLE color: 8179151.
HSL color Cylindrical-coordinate representation of color #CFCD7C: hue angle of 58.55º 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 #CFCD7C is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 124 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.19 |
| HSL | 58.55º | 0.46% | 0.65% | - |
| HSV(B) | 58.55º | 0.4% | 0.81% | - |
| XYZ | 51.2 | 58.38 | 27.64 | - |
| YUV | 196.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 124 | 0 | 0.01 | 0.40 | 0.19 | 58.55 | 0.46 | 0.65 |
| Hex | CF | CD | 7C | 0 | 1 | 28 | 13 | 3B | 2E | 41 |
| Octal | 317 | 315 | 174 | 0 | 1 | 50 | 23 | 73 | 56 | 101 |
| Binary | 11001111 | 11001101 | 1111100 | 0 | 1 | 101000 | 10011 | 111011 | 101110 | 1000001 |
Color Harmonies of #CFCD7C
Complementary color
Monochromatic Colors of #CFCD7C
Black with #CFCD7C
Text Example
Text Example
White with #CFCD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD7C; }
p { color: rgb(207,205,124); }
H1.HeaderClassName
{
color: #CFCD7C;
}
.AnyTagClassName
{
color: #CFCD7C;
}
</style>
background-color css
<style>
a { background-color: #CFCD7C; }
a { background-color: rgb(207,205,124); }
div.DivClassName
{
background-color: #CFCD7C;
}
.BgClassName
{
background-color: #CFCD7C;
}
</style>
border-color css
<style>
span { border-color: #CFCD7C; }
span { border-color: rgb(207,205,124); }
td.TdClassName
{
border-color: #CFCD7C;
}
.TagClassName
{
border-color: #CFCD7C;
}
</style>