Html Css Color HEX #DED387 Sandwisp

📋 copy color: '#DED387'

red 222 ◦ green 211 ◦ blue 135

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

Shades of Sandwisp #DED387

Tints of Sandwisp #DED387

RGB

 RED value IS 222 (87.11% from 255) = 39.08%

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

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

R = 39.08%
G = 37.15%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DED387 (or 0xDED387) is known color: Sandwisp. HEX triplet: DE, D3 and 87. RGB value is (222,211,135). Sum of RGB (Red+Green+Blue) = 222+211+135=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 135 (53.12% from 255 or 23.77% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DED387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED387 is #212C78. Grayscale: #CDCDCD. Windows color (decimal): -2174073 or 8901598. OLE color: 8901598.

HSL color Cylindrical-coordinate representation of color #DED387: hue angle of 52.41º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DED387 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 211 135 -
CMYK 0 0.05 0.39 0.13
HSL 52.41º 0.57% 0.7% -
HSV(B) 52.41º 0.39% 0.87% -
XYZ 57.79 63.87 32.2 -
YUV 205.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 222 211 135 0 0.05 0.39 0.13 52.41 0.57 0.7
Hex DE D3 87 0 5 27 D 34 39 46
Octal 336 323 207 0 5 47 15 64 71 106
Binary 11011110 11010011 10000111 0 101 100111 1101 110100 111001 1000110

Color Harmonies of #DED387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED387

Black with #DED387

Text Example


Text Example

White with #DED387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED387; }

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

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

background-color css

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

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

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

border-color css

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

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

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