Html Css Color HEX #DCD387 Sandwisp

📋 copy color: '#DCD387'

red 220 ◦ green 211 ◦ blue 135

#DCD387
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandwisp #DCD387

Tints of Sandwisp #DCD387

RGB

 RED value IS 220 (86.33% from 255) = 38.87%

 GREEN value IS 211 (82.81% from 255) = 37.28%

 BLUE value IS 135 (53.13% from 255) = 23.85%

R = 38.87%
G = 37.28%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCD387 (or 0xDCD387) is known color: Sandwisp. HEX triplet: DC, D3 and 87. RGB value is (220,211,135). Sum of RGB (Red+Green+Blue) = 220+211+135=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 135 (53.12% from 255 or 23.85% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD387 is #232C78. Grayscale: #CDCDCD. Windows color (decimal): -2305145 or 8901596. OLE color: 8901596.

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

Color convert

RGB 220 211 135 -
CMYK 0 0.04 0.39 0.14
HSL 53.65º 0.55% 0.7% -
HSV(B) 53.65º 0.39% 0.86% -
XYZ 57.18 63.55 32.17 -
YUV 205.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 220 211 135 0 0.04 0.39 0.14 53.65 0.55 0.7
Hex DC D3 87 0 4 27 E 36 37 46
Octal 334 323 207 0 4 47 16 66 67 106
Binary 11011100 11010011 10000111 0 100 100111 1110 110110 110111 1000110

Color Harmonies of #DCD387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD387

Black with #DCD387

Text Example


Text Example

White with #DCD387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD387; }

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

 H1.HeaderClassName
 {
   color: #DCD387;
 }
 .AnyTagClassName
 {
   color: #DCD387;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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