Html Css Color HEX #D1AF92 Cashmere

📋 copy color: '#D1AF92'

red 209 ◦ green 175 ◦ blue 146

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

Shades of Cashmere #D1AF92

Tints of Cashmere #D1AF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.55%

R = 39.43%
G = 33.02%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D1AF92 (or 0xD1AF92) is known color: Cashmere. HEX triplet: D1, AF and 92. RGB value is (209,175,146). Sum of RGB (Red+Green+Blue) = 209+175+146=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AF92 is #2E506D. Grayscale: #B6B6B6. Windows color (decimal): -3035246 or 9613265. OLE color: 9613265.

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

Color convert

RGB 209 175 146 -
CMYK 0 0.16 0.30 0.18
HSL 27.62º 0.41% 0.7% -
HSV(B) 27.62º 0.3% 0.82% -
XYZ 46.81 46.29 33.66 -
YUV 181.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 209 175 146 0 0.16 0.30 0.18 27.62 0.41 0.7
Hex D1 AF 92 0 10 1E 12 1C 29 46
Octal 321 257 222 0 20 36 22 34 51 106
Binary 11010001 10101111 10010010 0 10000 11110 10010 11100 101001 1000110

Color Harmonies of #D1AF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF92

Black with #D1AF92

Text Example


Text Example

White with #D1AF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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