#DDC97C

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

Shades of Sandwisp #DDC97C

Tints of Sandwisp #DDC97C

Color information

#DDC97C (or 0xDDC97C) is unknown color: approx Sandwisp. HEX triplet: DD, C9 and 7C. RGB value is (221,201,124). Sum of RGB (Red+Green+Blue) = 221+201+124=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC97C is #223683. Grayscale: #C6C6C6. Windows color (decimal): -2242180 or 8178141. OLE color: 8178141.

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

Color convert

RGB221201124-
CMYK00.090.440.13
HSL47.63º58.79%67.65%-
HSV(B)47.63º43.89%86.67%-
XYZ54.3458.627.52-
YUV198.286.13144.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 124 (48.83% from 255) = 22.71%
R=40.48%
G=36.81%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120112400.090.440.1347.6358.7967.65
HexDDC97C092CD303b44
Octal33531117401154156073104
Binary110111011100100111111000100110110011011100001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC97C; }

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

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

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

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

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

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

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

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