#DCCC83

Color #DCCC83 Sandwisp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandwisp #DCCC83

Tints of Sandwisp #DCCC83

Color information

#DCCC83 (or 0xDCCC83) is unknown color: approx Sandwisp. HEX triplet: DC, CC and 83. RGB value is (220,204,131). Sum of RGB (Red+Green+Blue) = 220+204+131=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 131 (51.56% from 255 or 23.60% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC83 is #23337C. Grayscale: #C8C8C8. Windows color (decimal): -2306941 or 8637660. OLE color: 8637660.

HSL color Cylindrical-coordinate representation of color #DCCC83: hue angle of 49.21º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCCC83 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220204131-
CMYK00.070.400.14
HSL49.21º55.97%68.82%-
HSV(B)49.21º40.45%86.27%-
XYZ55.260.0430.15-
YUV200.4688.8141.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 131 (51.56% from 255) = 23.60%
R=39.64%
G=36.76%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020413100.070.400.1449.2155.9768.82
HexDCCC830728E313845
Octal3343142030750166170105
Binary110111001100110010000011011110100011101100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC83; }

 p { color: rgb(220,204,131); }

 H1.HeaderClassName
 {
   color: #DCCC83;
 }
 .AnyTagClassName
 {
   color: #DCCC83;
 }
</style>
background-color css

<style>
 a { background-color: #DCCC83; }

 a { background-color: rgb(220,204,131); }

 div.DivClassName
 {
   background-color: #DCCC83;
 }
 .BgClassName
 {
   background-color: #DCCC83;
 }
</style>
border-color css

<style>
 span { border-color: #DCCC83; }

 span { border-color: rgb(220,204,131); }

 td.TdClassName
 {
   border-color: #DCCC83;
 }
 .TagClassName
 {
   border-color: #DCCC83;
 }
</style>