#DCC889

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

Shades of Sandwisp #DCC889

Tints of Sandwisp #DCC889

Color information

#DCC889 (or 0xDCC889) is unknown color: approx Sandwisp. HEX triplet: DC, C8 and 89. RGB value is (220,200,137). Sum of RGB (Red+Green+Blue) = 220+200+137=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 137 (53.91% from 255 or 24.60% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC889 is #233776. Grayscale: #C7C7C7. Windows color (decimal): -2307959 or 9029852. OLE color: 9029852.

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

Color convert

RGB220200137-
CMYK00.090.380.14
HSL45.54º54.25%70%-
HSV(B)45.54º37.73%86.27%-
XYZ54.6858.3332.04-
YUV198.893.13143.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 200 (78.52% from 255) = 35.91%
BLUE value IS 137 (53.91% from 255) = 24.60%
R=39.50%
G=35.91%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020013700.090.380.1445.5454.2570
HexDCC8890926E2e3646
Octal33431021101146165666106
Binary1101110011001000100010010100110011011101011101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC889; }

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

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

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

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

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

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

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

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