Shades of Deco #CFCD74
Tints of Deco #CFCD74
RGB
CMYK
RGB Variations
Color information
#CFCD74 (or 0xCFCD74) is known color: Deco. HEX triplet: CF, CD and 74. RGB value is (207,205,116). Sum of RGB (Red+Green+Blue) = 207+205+116=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD74 is #30328B. Grayscale: #C3C3C3. Windows color (decimal): -3158668 or 7654863. OLE color: 7654863.
HSL color Cylindrical-coordinate representation of color #CFCD74: hue angle of 58.68º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFCD74 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 116 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.19 |
| HSL | 58.68º | 0.49% | 0.63% | - |
| HSV(B) | 58.68º | 0.44% | 0.81% | - |
| XYZ | 50.72 | 58.19 | 25.08 | - |
| YUV | 195.45 | 83.16 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 116 | 0 | 0.01 | 0.44 | 0.19 | 58.68 | 0.49 | 0.63 |
| Hex | CF | CD | 74 | 0 | 1 | 2C | 13 | 3B | 31 | 3F |
| Octal | 317 | 315 | 164 | 0 | 1 | 54 | 23 | 73 | 61 | 77 |
| Binary | 11001111 | 11001101 | 1110100 | 0 | 1 | 101100 | 10011 | 111011 | 110001 | 111111 |
Color Harmonies of #CFCD74
Complementary color
Monochromatic Colors of #CFCD74
Black with #CFCD74
Text Example
Text Example
White with #CFCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD74; }
p { color: rgb(207,205,116); }
H1.HeaderClassName
{
color: #CFCD74;
}
.AnyTagClassName
{
color: #CFCD74;
}
</style>
background-color css
<style>
a { background-color: #CFCD74; }
a { background-color: rgb(207,205,116); }
div.DivClassName
{
background-color: #CFCD74;
}
.BgClassName
{
background-color: #CFCD74;
}
</style>
border-color css
<style>
span { border-color: #CFCD74; }
span { border-color: rgb(207,205,116); }
td.TdClassName
{
border-color: #CFCD74;
}
.TagClassName
{
border-color: #CFCD74;
}
</style>