Html Css Color HEX #DDAC93 Cashmere

📋 copy color: '#DDAC93'

red 221 ◦ green 172 ◦ blue 147

#DDAC93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #DDAC93

Tints of Cashmere #DDAC93

RGB

 RED value IS 221 (86.72% from 255) = 40.93%

 GREEN value IS 172 (67.58% from 255) = 31.85%

 BLUE value IS 147 (57.81% from 255) = 27.22%

R = 40.93%
G = 31.85%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDAC93 (or 0xDDAC93) is known color: Cashmere. HEX triplet: DD, AC and 93. RGB value is (221,172,147). Sum of RGB (Red+Green+Blue) = 221+172+147=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC93 is #22536C. Grayscale: #B7B7B7. Windows color (decimal): -2249581 or 9678045. OLE color: 9678045.

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

Color convert

RGB 221 172 147 -
CMYK 0 0.22 0.33 0.13
HSL 20.27º 0.52% 0.72% -
HSV(B) 20.27º 0.33% 0.87% -
XYZ 49.84 46.98 34.05 -
YUV 183.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 221 172 147 0 0.22 0.33 0.13 20.27 0.52 0.72
Hex DD AC 93 0 16 21 D 14 34 48
Octal 335 254 223 0 26 41 15 24 64 110
Binary 11011101 10101100 10010011 0 10110 100001 1101 10100 110100 1001000

Color Harmonies of #DDAC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC93

Black with #DDAC93

Text Example


Text Example

White with #DDAC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC93; }

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

 H1.HeaderClassName
 {
   color: #DDAC93;
 }
 .AnyTagClassName
 {
   color: #DDAC93;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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