Html Css Color HEX #D8AC93 Cashmere

📋 copy color: '#D8AC93'

red 216 ◦ green 172 ◦ blue 147

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

Shades of Cashmere #D8AC93

Tints of Cashmere #D8AC93

RGB

 RED value IS 216 (84.77% from 255) = 40.37%

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

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

R = 40.37%
G = 32.15%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D8AC93 (or 0xD8AC93) is known color: Cashmere. HEX triplet: D8, AC and 93. RGB value is (216,172,147). Sum of RGB (Red+Green+Blue) = 216+172+147=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC93 is #27536C. Grayscale: #B6B6B6. Windows color (decimal): -2577261 or 9678040. OLE color: 9678040.

HSL color Cylindrical-coordinate representation of color #D8AC93: hue angle of 21.74º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8AC93 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 147 -
CMYK 0 0.20 0.32 0.15
HSL 21.74º 0.47% 0.71% -
HSV(B) 21.74º 0.32% 0.85% -
XYZ 48.34 46.21 33.98 -
YUV 182.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 216 172 147 0 0.20 0.32 0.15 21.74 0.47 0.71
Hex D8 AC 93 0 14 20 F 16 2F 47
Octal 330 254 223 0 24 40 17 26 57 107
Binary 11011000 10101100 10010011 0 10100 100000 1111 10110 101111 1000111

Color Harmonies of #D8AC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC93

Black with #D8AC93

Text Example


Text Example

White with #D8AC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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