#DCC881

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

Shades of Sandwisp #DCC881

Tints of Sandwisp #DCC881

Color information

#DCC881 (or 0xDCC881) is unknown color: approx Sandwisp. HEX triplet: DC, C8 and 81. RGB value is (220,200,129). Sum of RGB (Red+Green+Blue) = 220+200+129=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC881 is #23377E. Grayscale: #C6C6C6. Windows color (decimal): -2307967 or 8505564. OLE color: 8505564.

HSL color Cylindrical-coordinate representation of color #DCC881: hue angle of 46.81º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCC881 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB220200129-
CMYK00.090.410.14
HSL46.81º56.52%68.43%-
HSV(B)46.81º41.36%86.27%-
XYZ54.1358.1129.13-
YUV197.8989.13143.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 200 (78.52% from 255) = 36.43%
BLUE value IS 129 (50.78% from 255) = 23.50%
R=40.07%
G=36.43%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020012900.090.410.1446.8156.5268.43
HexDCC8810929E2f3944
Octal33431020101151165771104
Binary1101110011001000100000010100110100111101011111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC881; }

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

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

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

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

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

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

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

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