Shades of Deco #CFCD75
Tints of Deco #CFCD75
RGB
CMYK
RGB Variations
Color information
#CFCD75 (or 0xCFCD75) is known color: Deco. HEX triplet: CF, CD and 75. RGB value is (207,205,117). Sum of RGB (Red+Green+Blue) = 207+205+117=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD75 is #30328A. Grayscale: #C3C3C3. Windows color (decimal): -3158667 or 7720399. OLE color: 7720399.
HSL color Cylindrical-coordinate representation of color #CFCD75: hue angle of 58.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFCD75 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 117 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.19 |
| HSL | 58.67º | 0.48% | 0.64% | - |
| HSV(B) | 58.67º | 0.43% | 0.81% | - |
| XYZ | 50.77 | 58.21 | 25.39 | - |
| YUV | 195.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 117 | 0 | 0.01 | 0.43 | 0.19 | 58.67 | 0.48 | 0.64 |
| Hex | CF | CD | 75 | 0 | 1 | 2B | 13 | 3B | 30 | 40 |
| Octal | 317 | 315 | 165 | 0 | 1 | 53 | 23 | 73 | 60 | 100 |
| Binary | 11001111 | 11001101 | 1110101 | 0 | 1 | 101011 | 10011 | 111011 | 110000 | 1000000 |
Color Harmonies of #CFCD75
Complementary color
Monochromatic Colors of #CFCD75
Black with #CFCD75
Text Example
Text Example
White with #CFCD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD75; }
p { color: rgb(207,205,117); }
H1.HeaderClassName
{
color: #CFCD75;
}
.AnyTagClassName
{
color: #CFCD75;
}
</style>
background-color css
<style>
a { background-color: #CFCD75; }
a { background-color: rgb(207,205,117); }
div.DivClassName
{
background-color: #CFCD75;
}
.BgClassName
{
background-color: #CFCD75;
}
</style>
border-color css
<style>
span { border-color: #CFCD75; }
span { border-color: rgb(207,205,117); }
td.TdClassName
{
border-color: #CFCD75;
}
.TagClassName
{
border-color: #CFCD75;
}
</style>