Html Css Color HEX #DDD087 Sandwisp

📋 copy color: '#DDD087'

red 221 ◦ green 208 ◦ blue 135

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

Shades of Sandwisp #DDD087

Tints of Sandwisp #DDD087

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.88%

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

R = 39.18%
G = 36.88%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDD087 (or 0xDDD087) is known color: Sandwisp. HEX triplet: DD, D0 and 87. RGB value is (221,208,135). Sum of RGB (Red+Green+Blue) = 221+208+135=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 135 (53.12% from 255 or 23.94% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD087 is #222F78. Grayscale: #CBCBCB. Windows color (decimal): -2240377 or 8900829. OLE color: 8900829.

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

Color convert

RGB 221 208 135 -
CMYK 0 0.06 0.39 0.13
HSL 50.93º 0.56% 0.7% -
HSV(B) 50.93º 0.39% 0.87% -
XYZ 56.75 62.23 31.94 -
YUV 203.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 221 208 135 0 0.06 0.39 0.13 50.93 0.56 0.7
Hex DD D0 87 0 6 27 D 33 38 46
Octal 335 320 207 0 6 47 15 63 70 106
Binary 11011101 11010000 10000111 0 110 100111 1101 110011 111000 1000110

Color Harmonies of #DDD087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD087

Black with #DDD087

Text Example


Text Example

White with #DDD087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD087; }

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

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

background-color css

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

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

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

border-color css

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

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

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