#DDCA86

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

Shades of Sandwisp #DDCA86

Tints of Sandwisp #DDCA86

Color information

#DDCA86 (or 0xDDCA86) is unknown color: approx Sandwisp. HEX triplet: DD, CA and 86. RGB value is (221,202,134). Sum of RGB (Red+Green+Blue) = 221+202+134=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 134 (52.73% from 255 or 24.06% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCA86 is #223579. Grayscale: #C8C8C8. Windows color (decimal): -2241914 or 8833757. OLE color: 8833757.

HSL color Cylindrical-coordinate representation of color #DDCA86: hue angle of 46.9º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDCA86 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221202134-
CMYK00.090.390.13
HSL46.9º56.13%69.61%-
HSV(B)46.9º39.37%86.67%-
XYZ55.2459.3331.1-
YUV199.9390.79143.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 134 (52.73% from 255) = 24.06%
R=39.68%
G=36.27%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120213400.090.390.1346.956.1369.61
HexDDCA860927D2f3846
Octal33531220601147155770106
Binary1101110111001010100001100100110011111011011111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA86; }

 p { color: rgb(221,202,134); }

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

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

 a { background-color: rgb(221,202,134); }

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

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

 span { border-color: rgb(221,202,134); }

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