Html Css Color HEX #DCD188 Sandwisp

📋 copy color: '#DCD188'

red 220 ◦ green 209 ◦ blue 136

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

Shades of Sandwisp #DCD188

Tints of Sandwisp #DCD188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.07%

R = 38.94%
G = 36.99%
B = 24.07%

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

#DCD188 (or 0xDCD188) is known color: Sandwisp. HEX triplet: DC, D1 and 88. RGB value is (220,209,136). Sum of RGB (Red+Green+Blue) = 220+209+136=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD188 is #232E77. Grayscale: #CCCCCC. Windows color (decimal): -2305656 or 8966620. OLE color: 8966620.

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

Color convert

RGB 220 209 136 -
CMYK 0 0.05 0.38 0.14
HSL 52.14º 0.55% 0.7% -
HSV(B) 52.14º 0.38% 0.86% -
XYZ 56.76 62.59 32.38 -
YUV 203.97 89.64 139.44 -
System Red Green Blue C M Y K H S L
Decimal 220 209 136 0 0.05 0.38 0.14 52.14 0.55 0.7
Hex DC D1 88 0 5 26 E 34 37 46
Octal 334 321 210 0 5 46 16 64 67 106
Binary 11011100 11010001 10001000 0 101 100110 1110 110100 110111 1000110

Color Harmonies of #DCD188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD188

Black with #DCD188

Text Example


Text Example

White with #DCD188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD188; }

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

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

background-color css

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

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

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

border-color css

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

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

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