Shades of Deco #CFD173
Tints of Deco #CFD173
RGB
CMYK
RGB Variations
Color information
#CFD173 (or 0xCFD173) is known color: Deco. HEX triplet: CF, D1 and 73. RGB value is (207,209,115). Sum of RGB (Red+Green+Blue) = 207+209+115=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD173 is #302E8C. Grayscale: #C6C6C6. Windows color (decimal): -3157645 or 7590351. OLE color: 7590351.
HSL color Cylindrical-coordinate representation of color #CFD173: hue angle of 61.28º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFD173 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 115 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.18 |
| HSL | 61.28º | 0.51% | 0.64% | - |
| HSV(B) | 61.28º | 0.45% | 0.82% | - |
| XYZ | 51.63 | 60.1 | 25.1 | - |
| YUV | 197.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 115 | 0.01 | 0 | 0.45 | 0.18 | 61.28 | 0.51 | 0.64 |
| Hex | CF | D1 | 73 | 1 | 0 | 2D | 12 | 3D | 33 | 40 |
| Octal | 317 | 321 | 163 | 1 | 0 | 55 | 22 | 75 | 63 | 100 |
| Binary | 11001111 | 11010001 | 1110011 | 1 | 0 | 101101 | 10010 | 111101 | 110011 | 1000000 |
Color Harmonies of #CFD173
Complementary color
Monochromatic Colors of #CFD173
Black with #CFD173
Text Example
Text Example
White with #CFD173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD173; }
p { color: rgb(207,209,115); }
H1.HeaderClassName
{
color: #CFD173;
}
.AnyTagClassName
{
color: #CFD173;
}
</style>
background-color css
<style>
a { background-color: #CFD173; }
a { background-color: rgb(207,209,115); }
div.DivClassName
{
background-color: #CFD173;
}
.BgClassName
{
background-color: #CFD173;
}
</style>
border-color css
<style>
span { border-color: #CFD173; }
span { border-color: rgb(207,209,115); }
td.TdClassName
{
border-color: #CFD173;
}
.TagClassName
{
border-color: #CFD173;
}
</style>