Html Css Color HEX #D3AC90 Cashmere

📋 copy color: '#D3AC90'

red 211 ◦ green 172 ◦ blue 144

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

Shades of Cashmere #D3AC90

Tints of Cashmere #D3AC90

RGB

 RED value IS 211 (82.81% from 255) = 40.04%

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

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

R = 40.04%
G = 32.64%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D3AC90 (or 0xD3AC90) is known color: Cashmere. HEX triplet: D3, AC and 90. RGB value is (211,172,144). Sum of RGB (Red+Green+Blue) = 211+172+144=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AC90 is #2C536F. Grayscale: #B4B4B4. Windows color (decimal): -2904944 or 9481427. OLE color: 9481427.

HSL color Cylindrical-coordinate representation of color #D3AC90: hue angle of 25.07º degrees, saturation: 0.43, 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 #D3AC90 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 172 144 -
CMYK 0 0.18 0.32 0.17
HSL 25.07º 0.43% 0.7% -
HSV(B) 25.07º 0.32% 0.83% -
XYZ 46.65 45.37 32.68 -
YUV 180.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 211 172 144 0 0.18 0.32 0.17 25.07 0.43 0.7
Hex D3 AC 90 0 12 20 11 19 2B 46
Octal 323 254 220 0 22 40 21 31 53 106
Binary 11010011 10101100 10010000 0 10010 100000 10001 11001 101011 1000110

Color Harmonies of #D3AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AC90

Black with #D3AC90

Text Example


Text Example

White with #D3AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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