#DDCB82

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

Shades of Sandwisp #DDCB82

Tints of Sandwisp #DDCB82

Color information

#DDCB82 (or 0xDDCB82) is unknown color: approx Sandwisp. HEX triplet: DD, CB and 82. RGB value is (221,203,130). Sum of RGB (Red+Green+Blue) = 221+203+130=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB82 is #22347D. Grayscale: #C8C8C8. Windows color (decimal): -2241662 or 8571869. OLE color: 8571869.

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

Color convert

RGB221203130-
CMYK00.080.410.13
HSL48.13º57.23%68.82%-
HSV(B)48.13º41.18%86.67%-
XYZ55.259.729.73-
YUV200.0688.46142.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 130 (51.17% from 255) = 23.47%
R=39.89%
G=36.64%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120313000.080.410.1348.1357.2368.82
HexDDCB820829D303945
Octal33531320201051156071105
Binary1101110111001011100000100100010100111011100001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB82; }

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

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

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

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

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

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

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

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