Html Css Color HEX #D4AC94 Cashmere

📋 copy color: '#D4AC94'

red 212 ◦ green 172 ◦ blue 148

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

Shades of Cashmere #D4AC94

Tints of Cashmere #D4AC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.82%

R = 39.85%
G = 32.33%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D4AC94 (or 0xD4AC94) is known color: Cashmere. HEX triplet: D4, AC and 94. RGB value is (212,172,148). Sum of RGB (Red+Green+Blue) = 212+172+148=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AC94 is #2B536B. Grayscale: #B5B5B5. Windows color (decimal): -2839404 or 9743572. OLE color: 9743572.

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

Color convert

RGB 212 172 148 -
CMYK 0 0.19 0.30 0.17
HSL 22.5º 0.43% 0.71% -
HSV(B) 22.5º 0.3% 0.83% -
XYZ 47.25 45.64 34.34 -
YUV 181.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 212 172 148 0 0.19 0.30 0.17 22.5 0.43 0.71
Hex D4 AC 94 0 13 1E 11 16 2B 47
Octal 324 254 224 0 23 36 21 26 53 107
Binary 11010100 10101100 10010100 0 10011 11110 10001 10110 101011 1000111

Color Harmonies of #D4AC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC94

Black with #D4AC94

Text Example


Text Example

White with #D4AC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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