#DDCC85

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

Shades of Sandwisp #DDCC85

Tints of Sandwisp #DDCC85

Color information

#DDCC85 (or 0xDDCC85) is unknown color: approx Sandwisp. HEX triplet: DD, CC and 85. RGB value is (221,204,133). Sum of RGB (Red+Green+Blue) = 221+204+133=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC85 is #22337A. Grayscale: #C9C9C9. Windows color (decimal): -2241403 or 8768733. OLE color: 8768733.

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

Color convert

RGB221204133-
CMYK00.080.400.13
HSL48.41º56.41%69.41%-
HSV(B)48.41º39.82%86.67%-
XYZ55.6560.2530.89-
YUV200.9989.63142.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 133 (52.34% from 255) = 23.84%
R=39.61%
G=36.56%
B=23.84%

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
Decimal22120413300.080.400.1348.4156.4169.41
HexDDCC850828D303845
Octal33531420501050156070105
Binary1101110111001100100001010100010100011011100001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC85; }

 p { color: rgb(221,204,133); }

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

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

 a { background-color: rgb(221,204,133); }

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

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

 span { border-color: rgb(221,204,133); }

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