Html Css Color HEX #DED480 Sandwisp

📋 copy color: '#DED480'

red 222 ◦ green 212 ◦ blue 128

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

Shades of Sandwisp #DED480

Tints of Sandwisp #DED480

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.72%

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

R = 39.5%
G = 37.72%
B = 22.78%

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

#DED480 (or 0xDED480) is known color: Sandwisp. HEX triplet: DE, D4 and 80. RGB value is (222,212,128). Sum of RGB (Red+Green+Blue) = 222+212+128=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DED480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED480 is #212B7F. Grayscale: #CDCDCD. Windows color (decimal): -2173824 or 8443102. OLE color: 8443102.

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

Color convert

RGB 222 212 128 -
CMYK 0 0.05 0.42 0.13
HSL 53.62º 0.59% 0.69% -
HSV(B) 53.62º 0.42% 0.87% -
XYZ 57.56 64.18 29.78 -
YUV 205.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 222 212 128 0 0.05 0.42 0.13 53.62 0.59 0.69
Hex DE D4 80 0 5 2A D 36 3B 45
Octal 336 324 200 0 5 52 15 66 73 105
Binary 11011110 11010100 10000000 0 101 101010 1101 110110 111011 1000101

Color Harmonies of #DED480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED480

Black with #DED480

Text Example


Text Example

White with #DED480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED480; }

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

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

background-color css

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

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

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

border-color css

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

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

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