Html Css Color HEX #DCD189 Sandwisp

📋 copy color: '#DCD189'

red 220 ◦ green 209 ◦ blue 137

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

Shades of Sandwisp #DCD189

Tints of Sandwisp #DCD189

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.93%

 BLUE value IS 137 (53.91% from 255) = 24.2%

R = 38.87%
G = 36.93%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCD189 (or 0xDCD189) is known color: Sandwisp. HEX triplet: DC, D1 and 89. RGB value is (220,209,137). Sum of RGB (Red+Green+Blue) = 220+209+137=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 137 (53.91% from 255 or 24.20% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD189 is #232E76. Grayscale: #CCCCCC. Windows color (decimal): -2305655 or 9032156. OLE color: 9032156.

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

Color convert

RGB 220 209 137 -
CMYK 0 0.05 0.38 0.14
HSL 52.05º 0.54% 0.7% -
HSV(B) 52.05º 0.38% 0.86% -
XYZ 56.83 62.62 32.76 -
YUV 204.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 220 209 137 0 0.05 0.38 0.14 52.05 0.54 0.7
Hex DC D1 89 0 5 26 E 34 36 46
Octal 334 321 211 0 5 46 16 64 66 106
Binary 11011100 11010001 10001001 0 101 100110 1110 110100 110110 1000110

Color Harmonies of #DCD189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD189

Black with #DCD189

Text Example


Text Example

White with #DCD189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD189; }

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

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

background-color css

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

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

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

border-color css

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

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

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