Html Css Color HEX #DED384 Sandwisp

📋 copy color: '#DED384'

red 222 ◦ green 211 ◦ blue 132

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

Shades of Sandwisp #DED384

Tints of Sandwisp #DED384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.36%

R = 39.29%
G = 37.35%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DED384 (or 0xDED384) is known color: Sandwisp. HEX triplet: DE, D3 and 84. RGB value is (222,211,132). Sum of RGB (Red+Green+Blue) = 222+211+132=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DED384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED384 is #212C7B. Grayscale: #CDCDCD. Windows color (decimal): -2174076 or 8704990. OLE color: 8704990.

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

Color convert

RGB 222 211 132 -
CMYK 0 0.05 0.41 0.13
HSL 52.67º 0.58% 0.69% -
HSV(B) 52.67º 0.41% 0.87% -
XYZ 57.58 63.78 31.11 -
YUV 205.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 222 211 132 0 0.05 0.41 0.13 52.67 0.58 0.69
Hex DE D3 84 0 5 29 D 35 3A 45
Octal 336 323 204 0 5 51 15 65 72 105
Binary 11011110 11010011 10000100 0 101 101001 1101 110101 111010 1000101

Color Harmonies of #DED384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED384

Black with #DED384

Text Example


Text Example

White with #DED384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED384; }

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

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

background-color css

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

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

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

border-color css

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

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

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