Shades of Deco #CCCC83
Tints of Deco #CCCC83
RGB
CMYK
RGB Variations
Color information
#CCCC83 (or 0xCCCC83) is known color: Deco. HEX triplet: CC, CC and 83. RGB value is (204,204,131). Sum of RGB (Red+Green+Blue) = 204+204+131=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC83 is #33337C. Grayscale: #C3C3C3. Windows color (decimal): -3355517 or 8637644. OLE color: 8637644.
HSL color Cylindrical-coordinate representation of color #CCCC83: hue angle of 60º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCCC83 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 131 | - |
| CMYK | 0 | 0 | 0.36 | 0.2 |
| HSL | 60º | 0.42% | 0.66% | - |
| HSV(B) | 60º | 0.36% | 0.8% | - |
| XYZ | 50.59 | 57.66 | 29.94 | - |
| YUV | 195.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 131 | 0 | 0 | 0.36 | 0.2 | 60 | 0.42 | 0.66 |
| Hex | CC | CC | 83 | 0 | 0 | 24 | 14 | 3C | 2A | 42 |
| Octal | 314 | 314 | 203 | 0 | 0 | 44 | 24 | 74 | 52 | 102 |
| Binary | 11001100 | 11001100 | 10000011 | 0 | 0 | 100100 | 10100 | 111100 | 101010 | 1000010 |
Color Harmonies of #CCCC83
Complementary color
Monochromatic Colors of #CCCC83
Black with #CCCC83
Text Example
Text Example
White with #CCCC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC83; }
p { color: rgb(204,204,131); }
H1.HeaderClassName
{
color: #CCCC83;
}
.AnyTagClassName
{
color: #CCCC83;
}
</style>
background-color css
<style>
a { background-color: #CCCC83; }
a { background-color: rgb(204,204,131); }
div.DivClassName
{
background-color: #CCCC83;
}
.BgClassName
{
background-color: #CCCC83;
}
</style>
border-color css
<style>
span { border-color: #CCCC83; }
span { border-color: rgb(204,204,131); }
td.TdClassName
{
border-color: #CCCC83;
}
.TagClassName
{
border-color: #CCCC83;
}
</style>