Html Css Color HEX #D4AC90 Cashmere

📋 copy color: '#D4AC90'

red 212 ◦ green 172 ◦ blue 144

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

Shades of Cashmere #D4AC90

Tints of Cashmere #D4AC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.27%

R = 40.15%
G = 32.58%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D4AC90 (or 0xD4AC90) is known color: Cashmere. HEX triplet: D4, AC and 90. RGB value is (212,172,144). Sum of RGB (Red+Green+Blue) = 212+172+144=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AC90 is #2B536F. Grayscale: #B4B4B4. Windows color (decimal): -2839408 or 9481428. OLE color: 9481428.

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

Color convert

RGB 212 172 144 -
CMYK 0 0.19 0.32 0.17
HSL 24.71º 0.44% 0.7% -
HSV(B) 24.71º 0.32% 0.83% -
XYZ 46.94 45.52 32.7 -
YUV 180.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 212 172 144 0 0.19 0.32 0.17 24.71 0.44 0.7
Hex D4 AC 90 0 13 20 11 19 2C 46
Octal 324 254 220 0 23 40 21 31 54 106
Binary 11010100 10101100 10010000 0 10011 100000 10001 11001 101100 1000110

Color Harmonies of #D4AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC90

Black with #D4AC90

Text Example


Text Example

White with #D4AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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