#DDCB76

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

Shades of Sandwisp #DDCB76

Tints of Sandwisp #DDCB76

Color information

#DDCB76 (or 0xDDCB76) is unknown color: approx Sandwisp. HEX triplet: DD, CB and 76. RGB value is (221,203,118). Sum of RGB (Red+Green+Blue) = 221+203+118=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB76 is #223489. Grayscale: #C7C7C7. Windows color (decimal): -2241674 or 7785437. OLE color: 7785437.

HSL color Cylindrical-coordinate representation of color #DDCB76: hue angle of 49.51º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDCB76 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221203118-
CMYK00.080.470.13
HSL49.51º60.23%66.47%-
HSV(B)49.51º46.61%86.67%-
XYZ54.4459.3925.73-
YUV198.6982.46143.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 203 (79.69% from 255) = 37.45%
BLUE value IS 118 (46.48% from 255) = 21.77%
R=40.77%
G=37.45%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120311800.080.470.1349.5160.2366.47
HexDDCB76082FD323c42
Octal33531316601057156274102
Binary110111011100101111101100100010111111011100101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB76; }

 p { color: rgb(221,203,118); }

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

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

 a { background-color: rgb(221,203,118); }

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

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

 span { border-color: rgb(221,203,118); }

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