Html Css Color HEX #DDD180 Sandwisp

📋 copy color: '#DDD180'

red 221 ◦ green 209 ◦ blue 128

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

Shades of Sandwisp #DDD180

Tints of Sandwisp #DDD180

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.46%

 BLUE value IS 128 (50.39% from 255) = 22.94%

R = 39.61%
G = 37.46%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDD180 (or 0xDDD180) is known color: Sandwisp. HEX triplet: DD, D1 and 80. RGB value is (221,209,128). Sum of RGB (Red+Green+Blue) = 221+209+128=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD180 is #222E7F. Grayscale: #CBCBCB. Windows color (decimal): -2240128 or 8442333. OLE color: 8442333.

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

Color convert

RGB 221 209 128 -
CMYK 0 0.05 0.42 0.13
HSL 52.26º 0.58% 0.68% -
HSV(B) 52.26º 0.42% 0.87% -
XYZ 56.52 62.53 29.51 -
YUV 203.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 221 209 128 0 0.05 0.42 0.13 52.26 0.58 0.68
Hex DD D1 80 0 5 2A D 34 3A 44
Octal 335 321 200 0 5 52 15 64 72 104
Binary 11011101 11010001 10000000 0 101 101010 1101 110100 111010 1000100

Color Harmonies of #DDD180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD180

Black with #DDD180

Text Example


Text Example

White with #DDD180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD180; }

 p { color: rgb(221,209,128); }

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

background-color css

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

 a { background-color: rgb(221,209,128); }

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

border-color css

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

 span { border-color: rgb(221,209,128); }

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