#DDC984

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

Shades of Sandwisp #DDC984

Tints of Sandwisp #DDC984

Color information

#DDC984 (or 0xDDC984) is unknown color: approx Sandwisp. HEX triplet: DD, C9 and 84. RGB value is (221,201,132). Sum of RGB (Red+Green+Blue) = 221+201+132=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 132 (51.95% from 255 or 23.83% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC984 is #22367B. Grayscale: #C7C7C7. Windows color (decimal): -2242172 or 8702429. OLE color: 8702429.

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

Color convert

RGB221201132-
CMYK00.090.400.13
HSL46.52º56.69%69.22%-
HSV(B)46.52º40.27%86.67%-
XYZ54.8758.8130.29-
YUV199.1190.13143.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 201 (78.91% from 255) = 36.28%
BLUE value IS 132 (51.95% from 255) = 23.83%
R=39.89%
G=36.28%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120113200.090.400.1346.5256.6969.22
HexDDC9840928D2f3945
Octal33531120401150155771105
Binary1101110111001001100001000100110100011011011111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC984; }

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

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

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

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

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

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

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

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