#DDC883

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

Shades of Sandwisp #DDC883

Tints of Sandwisp #DDC883

Color information

#DDC883 (or 0xDDC883) is unknown color: approx Sandwisp. HEX triplet: DD, C8 and 83. RGB value is (221,200,131). Sum of RGB (Red+Green+Blue) = 221+200+131=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC883 is #22377C. Grayscale: #C6C6C6. Windows color (decimal): -2242429 or 8636637. OLE color: 8636637.

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

Color convert

RGB221200131-
CMYK00.100.410.13
HSL46º56.96%69.02%-
HSV(B)46º40.72%86.67%-
XYZ54.5758.3229.85-
YUV198.4189.96144.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 200 (78.52% from 255) = 36.23%
BLUE value IS 131 (51.56% from 255) = 23.73%
R=40.04%
G=36.23%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120013100.100.410.134656.9669.02
HexDDC8830A29D2e3945
Octal33531020301251155671105
Binary1101110111001000100000110101010100111011011101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC883; }

 p { color: rgb(221,200,131); }

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

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

 a { background-color: rgb(221,200,131); }

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

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

 span { border-color: rgb(221,200,131); }

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