Shades of Deco #CFD183
Tints of Deco #CFD183
RGB
CMYK
RGB Variations
Color information
#CFD183 (or 0xCFD183) is known color: Deco. HEX triplet: CF, D1 and 83. RGB value is (207,209,131). Sum of RGB (Red+Green+Blue) = 207+209+131=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD183 is #302E7C. Grayscale: #C7C7C7. Windows color (decimal): -3157629 or 8638927. OLE color: 8638927.
HSL color Cylindrical-coordinate representation of color #CFD183: hue angle of 61.54º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFD183 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 131 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.18 |
| HSL | 61.54º | 0.46% | 0.67% | - |
| HSV(B) | 61.54º | 0.37% | 0.82% | - |
| XYZ | 52.63 | 60.51 | 30.38 | - |
| YUV | 199.51 | 89.34 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 131 | 0.01 | 0 | 0.37 | 0.18 | 61.54 | 0.46 | 0.67 |
| Hex | CF | D1 | 83 | 1 | 0 | 25 | 12 | 3E | 2E | 43 |
| Octal | 317 | 321 | 203 | 1 | 0 | 45 | 22 | 76 | 56 | 103 |
| Binary | 11001111 | 11010001 | 10000011 | 1 | 0 | 100101 | 10010 | 111110 | 101110 | 1000011 |
Color Harmonies of #CFD183
Complementary color
Monochromatic Colors of #CFD183
Black with #CFD183
Text Example
Text Example
White with #CFD183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD183; }
p { color: rgb(207,209,131); }
H1.HeaderClassName
{
color: #CFD183;
}
.AnyTagClassName
{
color: #CFD183;
}
</style>
background-color css
<style>
a { background-color: #CFD183; }
a { background-color: rgb(207,209,131); }
div.DivClassName
{
background-color: #CFD183;
}
.BgClassName
{
background-color: #CFD183;
}
</style>
border-color css
<style>
span { border-color: #CFD183; }
span { border-color: rgb(207,209,131); }
td.TdClassName
{
border-color: #CFD183;
}
.TagClassName
{
border-color: #CFD183;
}
</style>