Html Css Color HEX #DDD480 Sandwisp

📋 copy color: '#DDD480'

red 221 ◦ green 212 ◦ blue 128

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

Shades of Sandwisp #DDD480

Tints of Sandwisp #DDD480

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.79%

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

R = 39.39%
G = 37.79%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDD480 (or 0xDDD480) is known color: Sandwisp. HEX triplet: DD, D4 and 80. RGB value is (221,212,128). Sum of RGB (Red+Green+Blue) = 221+212+128=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD480 is #222B7F. Grayscale: #CDCDCD. Windows color (decimal): -2239360 or 8443101. OLE color: 8443101.

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

Color convert

RGB 221 212 128 -
CMYK 0 0.04 0.42 0.13
HSL 54.19º 0.58% 0.68% -
HSV(B) 54.19º 0.42% 0.87% -
XYZ 57.26 64.02 29.76 -
YUV 205.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 221 212 128 0 0.04 0.42 0.13 54.19 0.58 0.68
Hex DD D4 80 0 4 2A D 36 3A 44
Octal 335 324 200 0 4 52 15 66 72 104
Binary 11011101 11010100 10000000 0 100 101010 1101 110110 111010 1000100

Color Harmonies of #DDD480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD480

Black with #DDD480

Text Example


Text Example

White with #DDD480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD480; }

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

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

background-color css

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

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

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

border-color css

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

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

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