Html Css Color HEX #D1AC90 Cashmere

📋 copy color: '#D1AC90'

red 209 ◦ green 172 ◦ blue 144

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

Shades of Cashmere #D1AC90

Tints of Cashmere #D1AC90

RGB

 RED value IS 209 (82.03% from 255) = 39.81%

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

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

R = 39.81%
G = 32.76%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D1AC90 (or 0xD1AC90) is known color: Cashmere. HEX triplet: D1, AC and 90. RGB value is (209,172,144). Sum of RGB (Red+Green+Blue) = 209+172+144=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AC90 is #2E536F. Grayscale: #B4B4B4. Windows color (decimal): -3036016 or 9481425. OLE color: 9481425.

HSL color Cylindrical-coordinate representation of color #D1AC90: hue angle of 25.85º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1AC90 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 172 144 -
CMYK 0 0.18 0.31 0.18
HSL 25.85º 0.41% 0.69% -
HSV(B) 25.85º 0.31% 0.82% -
XYZ 46.08 45.07 32.66 -
YUV 179.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 209 172 144 0 0.18 0.31 0.18 25.85 0.41 0.69
Hex D1 AC 90 0 12 1F 12 1A 29 45
Octal 321 254 220 0 22 37 22 32 51 105
Binary 11010001 10101100 10010000 0 10010 11111 10010 11010 101001 1000101

Color Harmonies of #D1AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC90

Black with #D1AC90

Text Example


Text Example

White with #D1AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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