Shades of Deco #CFD883
Tints of Deco #CFD883
RGB
CMYK
RGB Variations
Color information
#CFD883 (or 0xCFD883) is known color: Deco. HEX triplet: CF, D8 and 83. RGB value is (207,216,131). Sum of RGB (Red+Green+Blue) = 207+216+131=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD883 is #30277C. Grayscale: #CBCBCB. Windows color (decimal): -3155837 or 8640719. OLE color: 8640719.
HSL color Cylindrical-coordinate representation of color #CFD883: hue angle of 66.35º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFD883 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 131 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.15 |
| HSL | 66.35º | 0.52% | 0.68% | - |
| HSV(B) | 66.35º | 0.39% | 0.85% | - |
| XYZ | 54.38 | 64.02 | 30.96 | - |
| YUV | 203.62 | 87.02 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 131 | 0.04 | 0 | 0.39 | 0.15 | 66.35 | 0.52 | 0.68 |
| Hex | CF | D8 | 83 | 4 | 0 | 27 | F | 42 | 34 | 44 |
| Octal | 317 | 330 | 203 | 4 | 0 | 47 | 17 | 102 | 64 | 104 |
| Binary | 11001111 | 11011000 | 10000011 | 100 | 0 | 100111 | 1111 | 1000010 | 110100 | 1000100 |
Color Harmonies of #CFD883
Complementary color
Monochromatic Colors of #CFD883
Black with #CFD883
Text Example
Text Example
White with #CFD883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD883; }
p { color: rgb(207,216,131); }
H1.HeaderClassName
{
color: #CFD883;
}
.AnyTagClassName
{
color: #CFD883;
}
</style>
background-color css
<style>
a { background-color: #CFD883; }
a { background-color: rgb(207,216,131); }
div.DivClassName
{
background-color: #CFD883;
}
.BgClassName
{
background-color: #CFD883;
}
</style>
border-color css
<style>
span { border-color: #CFD883; }
span { border-color: rgb(207,216,131); }
td.TdClassName
{
border-color: #CFD883;
}
.TagClassName
{
border-color: #CFD883;
}
</style>