Html Css Color HEX #DCD386 Sandwisp

📋 copy color: '#DCD386'

red 220 ◦ green 211 ◦ blue 134

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

Shades of Sandwisp #DCD386

Tints of Sandwisp #DCD386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.72%

R = 38.94%
G = 37.35%
B = 23.72%

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

#DCD386 (or 0xDCD386) is known color: Sandwisp. HEX triplet: DC, D3 and 86. RGB value is (220,211,134). Sum of RGB (Red+Green+Blue) = 220+211+134=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD386 is #232C79. Grayscale: #CDCDCD. Windows color (decimal): -2305146 or 8836060. OLE color: 8836060.

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

Color convert

RGB 220 211 134 -
CMYK 0 0.04 0.39 0.14
HSL 53.72º 0.55% 0.69% -
HSV(B) 53.72º 0.39% 0.86% -
XYZ 57.11 63.53 31.81 -
YUV 204.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 220 211 134 0 0.04 0.39 0.14 53.72 0.55 0.69
Hex DC D3 86 0 4 27 E 36 37 45
Octal 334 323 206 0 4 47 16 66 67 105
Binary 11011100 11010011 10000110 0 100 100111 1110 110110 110111 1000101

Color Harmonies of #DCD386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD386

Black with #DCD386

Text Example


Text Example

White with #DCD386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD386; }

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

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

background-color css

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

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

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

border-color css

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

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

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