#DDAC92

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

Shades of Cashmere #DDAC92

Tints of Cashmere #DDAC92

Color information

#DDAC92 (or 0xDDAC92) is unknown color: approx Cashmere. HEX triplet: DD, AC and 92. RGB value is (221,172,146). Sum of RGB (Red+Green+Blue) = 221+172+146=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC92 is #22536D. Grayscale: #B7B7B7. Windows color (decimal): -2249582 or 9612509. OLE color: 9612509.

HSL color Cylindrical-coordinate representation of color #DDAC92: hue angle of 20.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDAC92 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB221172146-
CMYK00.220.340.13
HSL20.8º52.45%71.96%-
HSV(B)20.8º33.94%86.67%-
XYZ49.7646.9533.63-
YUV183.69106.73154.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 146 (57.42% from 255) = 27.09%
R=41.00%
G=31.91%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117214600.220.340.1320.852.4571.96
HexDDAC9201622D153448
Octal33525422202642152564110
Binary1101110110101100100100100101101000101101101011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC92; }

 p { color: rgb(221,172,146); }

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

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

 a { background-color: rgb(221,172,146); }

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

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

 span { border-color: rgb(221,172,146); }

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