Html Css Color HEX #D1AF91 Cashmere

📋 copy color: '#D1AF91'

red 209 ◦ green 175 ◦ blue 145

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

Shades of Cashmere #D1AF91

Tints of Cashmere #D1AF91

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.08%

 BLUE value IS 145 (57.03% from 255) = 27.41%

R = 39.51%
G = 33.08%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D1AF91 (or 0xD1AF91) is known color: Cashmere. HEX triplet: D1, AF and 91. RGB value is (209,175,145). Sum of RGB (Red+Green+Blue) = 209+175+145=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AF91 is #2E506E. Grayscale: #B5B5B5. Windows color (decimal): -3035247 or 9547729. OLE color: 9547729.

HSL color Cylindrical-coordinate representation of color #D1AF91: hue angle of 28.12º 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 #D1AF91 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 175 145 -
CMYK 0 0.16 0.31 0.18
HSL 28.13º 0.41% 0.69% -
HSV(B) 28.13º 0.31% 0.82% -
XYZ 46.74 46.26 33.25 -
YUV 181.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 209 175 145 0 0.16 0.31 0.18 28.13 0.41 0.69
Hex D1 AF 91 0 10 1F 12 1C 29 45
Octal 321 257 221 0 20 37 22 34 51 105
Binary 11010001 10101111 10010001 0 10000 11111 10010 11100 101001 1000101

Color Harmonies of #D1AF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF91

Black with #D1AF91

Text Example


Text Example

White with #D1AF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF91; }

 p { color: rgb(209,175,145); }

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

background-color css

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

 a { background-color: rgb(209,175,145); }

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

border-color css

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

 span { border-color: rgb(209,175,145); }

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