Html Css Color HEX #D4AC96 Cashmere

📋 copy color: '#D4AC96'

red 212 ◦ green 172 ◦ blue 150

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

Shades of Cashmere #D4AC96

Tints of Cashmere #D4AC96

RGB

 RED value IS 212 (83.2% from 255) = 39.7%

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

 BLUE value IS 150 (58.98% from 255) = 28.09%

R = 39.7%
G = 32.21%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D4AC96 (or 0xD4AC96) is known color: Cashmere. HEX triplet: D4, AC and 96. RGB value is (212,172,150). Sum of RGB (Red+Green+Blue) = 212+172+150=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AC96 is #2B5369. Grayscale: #B5B5B5. Windows color (decimal): -2839402 or 9874644. OLE color: 9874644.

HSL color Cylindrical-coordinate representation of color #D4AC96: hue angle of 21.29º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4AC96 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 150 -
CMYK 0 0.19 0.29 0.17
HSL 21.29º 0.42% 0.71% -
HSV(B) 21.29º 0.29% 0.83% -
XYZ 47.41 45.7 35.18 -
YUV 181.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 212 172 150 0 0.19 0.29 0.17 21.29 0.42 0.71
Hex D4 AC 96 0 13 1D 11 15 2A 47
Octal 324 254 226 0 23 35 21 25 52 107
Binary 11010100 10101100 10010110 0 10011 11101 10001 10101 101010 1000111

Color Harmonies of #D4AC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC96

Black with #D4AC96

Text Example


Text Example

White with #D4AC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC96; }

 p { color: rgb(212,172,150); }

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

background-color css

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

 a { background-color: rgb(212,172,150); }

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

border-color css

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

 span { border-color: rgb(212,172,150); }

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