#DDC981

Color #DDC981 Sandwisp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandwisp #DDC981

Tints of Sandwisp #DDC981

Color information

#DDC981 (or 0xDDC981) is unknown color: approx Sandwisp. HEX triplet: DD, C9 and 81. RGB value is (221,201,129). Sum of RGB (Red+Green+Blue) = 221+201+129=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC981 is #22367E. Grayscale: #C7C7C7. Windows color (decimal): -2242175 or 8505821. OLE color: 8505821.

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

Color convert

RGB221201129-
CMYK00.090.420.13
HSL46.96º57.5%68.63%-
HSV(B)46.96º41.63%86.67%-
XYZ54.6758.7329.22-
YUV198.7788.63143.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 201 (78.91% from 255) = 36.48%
BLUE value IS 129 (50.78% from 255) = 23.41%
R=40.11%
G=36.48%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120112900.090.420.1346.9657.568.63
HexDDC981092AD2f3a45
Octal33531120101152155772105
Binary1101110111001001100000010100110101011011011111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC981; }

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

 H1.HeaderClassName
 {
   color: #DDC981;
 }
 .AnyTagClassName
 {
   color: #DDC981;
 }
</style>
background-color css

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

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

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

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

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

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