Html Css Color HEX #DDD387 Sandwisp

📋 copy color: '#DDD387'

red 221 ◦ green 211 ◦ blue 135

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

Shades of Sandwisp #DDD387

Tints of Sandwisp #DDD387

RGB

 RED value IS 221 (86.72% from 255) = 38.98%

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

 BLUE value IS 135 (53.13% from 255) = 23.81%

R = 38.98%
G = 37.21%
B = 23.81%

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

#DDD387 (or 0xDDD387) is known color: Sandwisp. HEX triplet: DD, D3 and 87. RGB value is (221,211,135). Sum of RGB (Red+Green+Blue) = 221+211+135=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 135 (53.12% from 255 or 23.81% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD387 is #222C78. Grayscale: #CDCDCD. Windows color (decimal): -2239609 or 8901597. OLE color: 8901597.

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

Color convert

RGB 221 211 135 -
CMYK 0 0.05 0.39 0.13
HSL 53.02º 0.56% 0.7% -
HSV(B) 53.02º 0.39% 0.87% -
XYZ 57.49 63.71 32.19 -
YUV 205.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 221 211 135 0 0.05 0.39 0.13 53.02 0.56 0.7
Hex DD D3 87 0 5 27 D 35 38 46
Octal 335 323 207 0 5 47 15 65 70 106
Binary 11011101 11010011 10000111 0 101 100111 1101 110101 111000 1000110

Color Harmonies of #DDD387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD387

Black with #DDD387

Text Example


Text Example

White with #DDD387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD387; }

 p { color: rgb(221,211,135); }

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

background-color css

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

 a { background-color: rgb(221,211,135); }

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

border-color css

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

 span { border-color: rgb(221,211,135); }

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