#DCD389

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

Shades of Sandwisp #DCD389

Tints of Sandwisp #DCD389

Color information

#DCD389 (or 0xDCD389) is unknown color: approx Sandwisp. HEX triplet: DC, D3 and 89. RGB value is (220,211,137). Sum of RGB (Red+Green+Blue) = 220+211+137=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 137 (53.91% from 255 or 24.12% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD389 is #232C76. Grayscale: #CDCDCD. Windows color (decimal): -2305143 or 9032668. OLE color: 9032668.

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

Color convert

RGB220211137-
CMYK00.040.380.14
HSL53.49º54.25%70%-
HSV(B)53.49º37.73%86.27%-
XYZ57.3263.6132.92-
YUV205.2689.48138.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 211 (82.81% from 255) = 37.15%
BLUE value IS 137 (53.91% from 255) = 24.12%
R=38.73%
G=37.15%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021113700.040.380.1453.4954.2570
HexDCD3890426E353646
Octal3343232110446166566106
Binary110111001101001110001001010010011011101101011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD389; }

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

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

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

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

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

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

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

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