Html Css Color HEX #DDD389 Sandwisp

📋 copy color: '#DDD389'

red 221 ◦ green 211 ◦ blue 137

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

Shades of Sandwisp #DDD389

Tints of Sandwisp #DDD389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.08%

R = 38.84%
G = 37.08%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDD389 (or 0xDDD389) is known color: Sandwisp. HEX triplet: DD, D3 and 89. RGB value is (221,211,137). Sum of RGB (Red+Green+Blue) = 221+211+137=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD389 is #222C76. Grayscale: #CDCDCD. Windows color (decimal): -2239607 or 9032669. OLE color: 9032669.

HSL color Cylindrical-coordinate representation of color #DDD389: hue angle of 52.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDD389 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 211 137 -
CMYK 0 0.05 0.38 0.13
HSL 52.86º 0.55% 0.7% -
HSV(B) 52.86º 0.38% 0.87% -
XYZ 57.63 63.77 32.94 -
YUV 205.55 89.31 139.02 -
System Red Green Blue C M Y K H S L
Decimal 221 211 137 0 0.05 0.38 0.13 52.86 0.55 0.7
Hex DD D3 89 0 5 26 D 35 37 46
Octal 335 323 211 0 5 46 15 65 67 106
Binary 11011101 11010011 10001001 0 101 100110 1101 110101 110111 1000110

Color Harmonies of #DDD389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD389

Black with #DDD389

Text Example


Text Example

White with #DDD389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD389; }

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

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

background-color css

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

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

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

border-color css

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

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

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