Html Css Color HEX #DED380 Sandwisp

📋 copy color: '#DED380'

red 222 ◦ green 211 ◦ blue 128

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

Shades of Sandwisp #DED380

Tints of Sandwisp #DED380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.82%

R = 39.57%
G = 37.61%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DED380 (or 0xDED380) is known color: Sandwisp. HEX triplet: DE, D3 and 80. RGB value is (222,211,128). Sum of RGB (Red+Green+Blue) = 222+211+128=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DED380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED380 is #212C7F. Grayscale: #CDCDCD. Windows color (decimal): -2174080 or 8442846. OLE color: 8442846.

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

Color convert

RGB 222 211 128 -
CMYK 0 0.05 0.42 0.13
HSL 52.98º 0.59% 0.69% -
HSV(B) 52.98º 0.42% 0.87% -
XYZ 57.31 63.68 29.69 -
YUV 204.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 222 211 128 0 0.05 0.42 0.13 52.98 0.59 0.69
Hex DE D3 80 0 5 2A D 35 3B 45
Octal 336 323 200 0 5 52 15 65 73 105
Binary 11011110 11010011 10000000 0 101 101010 1101 110101 111011 1000101

Color Harmonies of #DED380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED380

Black with #DED380

Text Example


Text Example

White with #DED380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED380; }

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

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

background-color css

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

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

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

border-color css

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

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

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