Shades of Deco #CFCD8A
Tints of Deco #CFCD8A
RGB
CMYK
RGB Variations
Color information
#CFCD8A (or 0xCFCD8A) is known color: Deco. HEX triplet: CF, CD and 8A. RGB value is (207,205,138). Sum of RGB (Red+Green+Blue) = 207+205+138=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCD8A is #303275. Grayscale: #C6C6C6. Windows color (decimal): -3158646 or 9096655. OLE color: 9096655.
HSL color Cylindrical-coordinate representation of color #CFCD8A: hue angle of 58.26º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFCD8A is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 138 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.19 |
| HSL | 58.26º | 0.42% | 0.68% | - |
| HSV(B) | 58.26º | 0.33% | 0.81% | - |
| XYZ | 52.15 | 58.76 | 32.64 | - |
| YUV | 197.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 138 | 0 | 0.01 | 0.33 | 0.19 | 58.26 | 0.42 | 0.68 |
| Hex | CF | CD | 8A | 0 | 1 | 21 | 13 | 3A | 2A | 44 |
| Octal | 317 | 315 | 212 | 0 | 1 | 41 | 23 | 72 | 52 | 104 |
| Binary | 11001111 | 11001101 | 10001010 | 0 | 1 | 100001 | 10011 | 111010 | 101010 | 1000100 |
Color Harmonies of #CFCD8A
Complementary color
Monochromatic Colors of #CFCD8A
Black with #CFCD8A
Text Example
Text Example
White with #CFCD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD8A; }
p { color: rgb(207,205,138); }
H1.HeaderClassName
{
color: #CFCD8A;
}
.AnyTagClassName
{
color: #CFCD8A;
}
</style>
background-color css
<style>
a { background-color: #CFCD8A; }
a { background-color: rgb(207,205,138); }
div.DivClassName
{
background-color: #CFCD8A;
}
.BgClassName
{
background-color: #CFCD8A;
}
</style>
border-color css
<style>
span { border-color: #CFCD8A; }
span { border-color: rgb(207,205,138); }
td.TdClassName
{
border-color: #CFCD8A;
}
.TagClassName
{
border-color: #CFCD8A;
}
</style>