#ded083

Color #DED083 Sandwisp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandwisp #DED083

Tints of Sandwisp #DED083

Color information

#DED083 (or 0xDED083) is unknown color: approx Sandwisp. HEX triplet: DE, D0 and 83. RGB value is (222,208,131). Sum of RGB (Red+Green+Blue) = 222+208+131=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DED083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED083 is #212F7C. Grayscale: #CBCBCB. Windows color (decimal): -2174845 or 8638686. OLE color: 8638686.

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

Color convert

RGB222208131-
CMYK00.060.410.13
HSL50.77º57.96%69.22%-
HSV(B)50.77º40.99%87.06%-
XYZ56.7862.2830.5-
YUV203.4187.14141.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.57%
GREEN value IS 208 (81.64% from 255) = 37.08%
BLUE value IS 131 (51.56% from 255) = 23.35%
R=39.57%
G=37.08%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220813100.060.410.1350.7757.9669.22
HexDED0830629D333a45
Octal3363202030651156372105
Binary110111101101000010000011011010100111011100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ded083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ded083; }

 p { color: rgb(222,208,131); }

 H1.HeaderClassName
 {
   color: #ded083;
 }
 .AnyTagClassName
 {
   color: #ded083;
 }
</style>
background-color css

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

 a { background-color: rgb(222,208,131); }

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

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

 span { border-color: rgb(222,208,131); }

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