#DDCB84

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

Shades of Sandwisp #DDCB84

Tints of Sandwisp #DDCB84

Color information

#DDCB84 (or 0xDDCB84) is unknown color: approx Sandwisp. HEX triplet: DD, CB and 84. RGB value is (221,203,132). Sum of RGB (Red+Green+Blue) = 221+203+132=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB84 is #22347B. Grayscale: #C8C8C8. Windows color (decimal): -2241660 or 8702941. OLE color: 8702941.

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

Color convert

RGB221203132-
CMYK00.080.400.13
HSL47.87º56.69%69.22%-
HSV(B)47.87º40.27%86.67%-
XYZ55.3459.7530.45-
YUV200.2989.46142.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 132 (51.95% from 255) = 23.74%
R=39.75%
G=36.51%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120313200.080.400.1347.8756.6969.22
HexDDCB840828D303945
Octal33531320401050156071105
Binary1101110111001011100001000100010100011011100001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB84; }

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

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

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

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

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

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

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

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