#DCD383

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

Shades of Sandwisp #DCD383

Tints of Sandwisp #DCD383

Color information

#DCD383 (or 0xDCD383) is unknown color: approx Sandwisp. HEX triplet: DC, D3 and 83. RGB value is (220,211,131). Sum of RGB (Red+Green+Blue) = 220+211+131=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 131 (51.56% from 255 or 23.31% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD383 is #232C7C. Grayscale: #CCCCCC. Windows color (decimal): -2305149 or 8639452. OLE color: 8639452.

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

Color convert

RGB220211131-
CMYK00.040.400.14
HSL53.93º55.97%68.82%-
HSV(B)53.93º40.45%86.27%-
XYZ56.9163.4430.72-
YUV204.5786.48139-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 211 (82.81% from 255) = 37.54%
BLUE value IS 131 (51.56% from 255) = 23.31%
R=39.15%
G=37.54%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021113100.040.400.1453.9355.9768.82
HexDCD3830428E363845
Octal3343232030450166670105
Binary110111001101001110000011010010100011101101101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD383; }

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

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

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

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

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

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

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

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