Html Css Color HEX #D1AF93 Cashmere

📋 copy color: '#D1AF93'

red 209 ◦ green 175 ◦ blue 147

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

Shades of Cashmere #D1AF93

Tints of Cashmere #D1AF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.68%

R = 39.36%
G = 32.96%
B = 27.68%

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

#D1AF93 (or 0xD1AF93) is known color: Cashmere. HEX triplet: D1, AF and 93. RGB value is (209,175,147). Sum of RGB (Red+Green+Blue) = 209+175+147=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AF93 is #2E506C. Grayscale: #B6B6B6. Windows color (decimal): -3035245 or 9678801. OLE color: 9678801.

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

Color convert

RGB 209 175 147 -
CMYK 0 0.16 0.30 0.18
HSL 27.1º 0.4% 0.7% -
HSV(B) 27.1º 0.3% 0.82% -
XYZ 46.89 46.32 34.07 -
YUV 181.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 209 175 147 0 0.16 0.30 0.18 27.1 0.4 0.7
Hex D1 AF 93 0 10 1E 12 1B 28 46
Octal 321 257 223 0 20 36 22 33 50 106
Binary 11010001 10101111 10010011 0 10000 11110 10010 11011 101000 1000110

Color Harmonies of #D1AF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF93

Black with #D1AF93

Text Example


Text Example

White with #D1AF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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