Html Css Color HEX #D1AF99 Cashmere

📋 copy color: '#D1AF99'

red 209 ◦ green 175 ◦ blue 153

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

Shades of Cashmere #D1AF99

Tints of Cashmere #D1AF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.49%

R = 38.92%
G = 32.59%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D1AF99 (or 0xD1AF99) is known color: Cashmere. HEX triplet: D1, AF and 99. RGB value is (209,175,153). Sum of RGB (Red+Green+Blue) = 209+175+153=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AF99 is #2E5066. Grayscale: #B6B6B6. Windows color (decimal): -3035239 or 10072017. OLE color: 10072017.

HSL color Cylindrical-coordinate representation of color #D1AF99: hue angle of 23.57º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1AF99 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 175 153 -
CMYK 0 0.16 0.27 0.18
HSL 23.57º 0.38% 0.71% -
HSV(B) 23.57º 0.27% 0.82% -
XYZ 47.37 46.52 36.62 -
YUV 182.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 209 175 153 0 0.16 0.27 0.18 23.57 0.38 0.71
Hex D1 AF 99 0 10 1B 12 18 26 47
Octal 321 257 231 0 20 33 22 30 46 107
Binary 11010001 10101111 10011001 0 10000 11011 10010 11000 100110 1000111

Color Harmonies of #D1AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF99

Black with #D1AF99

Text Example


Text Example

White with #D1AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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