#DDCC84

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

Shades of Sandwisp #DDCC84

Tints of Sandwisp #DDCC84

Color information

#DDCC84 (or 0xDDCC84) is unknown color: approx Sandwisp. HEX triplet: DD, CC and 84. RGB value is (221,204,132). Sum of RGB (Red+Green+Blue) = 221+204+132=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC84 is #22337B. Grayscale: #C9C9C9. Windows color (decimal): -2241404 or 8703197. OLE color: 8703197.

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

Color convert

RGB221204132-
CMYK00.080.400.13
HSL48.54º56.69%69.22%-
HSV(B)48.54º40.27%86.67%-
XYZ55.5860.2230.52-
YUV200.8889.13142.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 132 (51.95% from 255) = 23.70%
R=39.68%
G=36.62%
B=23.70%

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
Decimal22120413200.080.400.1348.5456.6969.22
HexDDCC840828D313945
Octal33531420401050156171105
Binary1101110111001100100001000100010100011011100011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC84; }

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

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

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

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

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

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

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

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