#DCC883

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

Shades of Sandwisp #DCC883

Tints of Sandwisp #DCC883

Color information

#DCC883 (or 0xDCC883) is unknown color: approx Sandwisp. HEX triplet: DC, C8 and 83. RGB value is (220,200,131). Sum of RGB (Red+Green+Blue) = 220+200+131=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC883 is #23377C. Grayscale: #C6C6C6. Windows color (decimal): -2307965 or 8636636. OLE color: 8636636.

HSL color Cylindrical-coordinate representation of color #DCC883: hue angle of 46.52º 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 #DCC883 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220200131-
CMYK00.090.400.14
HSL46.52º55.97%68.82%-
HSV(B)46.52º40.45%86.27%-
XYZ54.2758.1629.84-
YUV198.1190.13143.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 200 (78.52% from 255) = 36.30%
BLUE value IS 131 (51.56% from 255) = 23.77%
R=39.93%
G=36.30%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020013100.090.400.1446.5255.9768.82
HexDCC8830928E2f3845
Octal33431020301150165770105
Binary1101110011001000100000110100110100011101011111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC883; }

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

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

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

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

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

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

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

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