Shades of Deco #CFD083
Tints of Deco #CFD083
RGB
CMYK
RGB Variations
Color information
#CFD083 (or 0xCFD083) is known color: Deco. HEX triplet: CF, D0 and 83. RGB value is (207,208,131). Sum of RGB (Red+Green+Blue) = 207+208+131=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD083 is #302F7C. Grayscale: #C7C7C7. Windows color (decimal): -3157885 or 8638671. OLE color: 8638671.
HSL color Cylindrical-coordinate representation of color #CFD083: hue angle of 60.78º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFD083 is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 131 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.18 |
| HSL | 60.78º | 0.45% | 0.66% | - |
| HSV(B) | 60.78º | 0.37% | 0.82% | - |
| XYZ | 52.38 | 60.02 | 30.3 | - |
| YUV | 198.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 131 | 0.00 | 0 | 0.37 | 0.18 | 60.78 | 0.45 | 0.66 |
| Hex | CF | D0 | 83 | 0 | 0 | 25 | 12 | 3D | 2D | 42 |
| Octal | 317 | 320 | 203 | 0 | 0 | 45 | 22 | 75 | 55 | 102 |
| Binary | 11001111 | 11010000 | 10000011 | 0 | 0 | 100101 | 10010 | 111101 | 101101 | 1000010 |
Color Harmonies of #CFD083
Complementary color
Monochromatic Colors of #CFD083
Black with #CFD083
Text Example
Text Example
White with #CFD083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD083; }
p { color: rgb(207,208,131); }
H1.HeaderClassName
{
color: #CFD083;
}
.AnyTagClassName
{
color: #CFD083;
}
</style>
background-color css
<style>
a { background-color: #CFD083; }
a { background-color: rgb(207,208,131); }
div.DivClassName
{
background-color: #CFD083;
}
.BgClassName
{
background-color: #CFD083;
}
</style>
border-color css
<style>
span { border-color: #CFD083; }
span { border-color: rgb(207,208,131); }
td.TdClassName
{
border-color: #CFD083;
}
.TagClassName
{
border-color: #CFD083;
}
</style>