Html Css Color HEX #DDC980 Sandwisp

📋 copy color: '#DDC980'

red 221 ◦ green 201 ◦ blue 128

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

Shades of Sandwisp #DDC980

Tints of Sandwisp #DDC980

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.55%

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

R = 40.18%
G = 36.55%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDC980 (or 0xDDC980) is known color: Sandwisp. HEX triplet: DD, C9 and 80. RGB value is (221,201,128). Sum of RGB (Red+Green+Blue) = 221+201+128=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC980 is #22367F. Grayscale: #C6C6C6. Windows color (decimal): -2242176 or 8440285. OLE color: 8440285.

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

Color convert

RGB 221 201 128 -
CMYK 0 0.09 0.42 0.13
HSL 47.1º 0.58% 0.68% -
HSV(B) 47.1º 0.42% 0.87% -
XYZ 54.6 58.7 28.88 -
YUV 198.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 221 201 128 0 0.09 0.42 0.13 47.1 0.58 0.68
Hex DD C9 80 0 9 2A D 2F 3A 44
Octal 335 311 200 0 11 52 15 57 72 104
Binary 11011101 11001001 10000000 0 1001 101010 1101 101111 111010 1000100

Color Harmonies of #DDC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC980

Black with #DDC980

Text Example


Text Example

White with #DDC980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC980; }

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

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

background-color css

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

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

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

border-color css

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

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

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