Html Css Color HEX #DED288 Sandwisp

📋 copy color: '#DED288'

red 222 ◦ green 210 ◦ blue 136

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

Shades of Sandwisp #DED288

Tints of Sandwisp #DED288

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.97%

 BLUE value IS 136 (53.52% from 255) = 23.94%

R = 39.08%
G = 36.97%
B = 23.94%

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

#DED288 (or 0xDED288) is known color: Sandwisp. HEX triplet: DE, D2 and 88. RGB value is (222,210,136). Sum of RGB (Red+Green+Blue) = 222+210+136=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 136 (53.52% from 255 or 23.94% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DED288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED288 is #212D77. Grayscale: #CDCDCD. Windows color (decimal): -2174328 or 8966878. OLE color: 8966878.

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

Color convert

RGB 222 210 136 -
CMYK 0 0.05 0.39 0.13
HSL 51.63º 0.57% 0.7% -
HSV(B) 51.63º 0.39% 0.87% -
XYZ 57.61 63.4 32.49 -
YUV 205.15 88.98 140.02 -
System Red Green Blue C M Y K H S L
Decimal 222 210 136 0 0.05 0.39 0.13 51.63 0.57 0.7
Hex DE D2 88 0 5 27 D 34 39 46
Octal 336 322 210 0 5 47 15 64 71 106
Binary 11011110 11010010 10001000 0 101 100111 1101 110100 111001 1000110

Color Harmonies of #DED288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED288

Black with #DED288

Text Example


Text Example

White with #DED288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED288; }

 p { color: rgb(222,210,136); }

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

background-color css

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

 a { background-color: rgb(222,210,136); }

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

border-color css

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

 span { border-color: rgb(222,210,136); }

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