Html Css Color HEX #D4AC8F Cashmere

📋 copy color: '#D4AC8F'

red 212 ◦ green 172 ◦ blue 143

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

Shades of Cashmere #D4AC8F

Tints of Cashmere #D4AC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.13%

R = 40.23%
G = 32.64%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4AC8F (or 0xD4AC8F) is known color: Cashmere. HEX triplet: D4, AC and 8F. RGB value is (212,172,143). Sum of RGB (Red+Green+Blue) = 212+172+143=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AC8F is #2B5370. Grayscale: #B4B4B4. Windows color (decimal): -2839409 or 9415892. OLE color: 9415892.

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

Color convert

RGB 212 172 143 -
CMYK 0 0.19 0.33 0.17
HSL 25.22º 0.45% 0.7% -
HSV(B) 25.22º 0.33% 0.83% -
XYZ 46.86 45.49 32.3 -
YUV 180.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 212 172 143 0 0.19 0.33 0.17 25.22 0.45 0.7
Hex D4 AC 8F 0 13 21 11 19 2D 46
Octal 324 254 217 0 23 41 21 31 55 106
Binary 11010100 10101100 10001111 0 10011 100001 10001 11001 101101 1000110

Color Harmonies of #D4AC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC8F

Black with #D4AC8F

Text Example


Text Example

White with #D4AC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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