Html Css Color HEX #D1AF9A Cashmere

📋 copy color: '#D1AF9A'

red 209 ◦ green 175 ◦ blue 154

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

Shades of Cashmere #D1AF9A

Tints of Cashmere #D1AF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.62%

R = 38.85%
G = 32.53%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1AF9A (or 0xD1AF9A) is known color: Cashmere. HEX triplet: D1, AF and 9A. RGB value is (209,175,154). Sum of RGB (Red+Green+Blue) = 209+175+154=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AF9A is #2E5065. Grayscale: #B6B6B6. Windows color (decimal): -3035238 or 10137553. OLE color: 10137553.

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

Color convert

RGB 209 175 154 -
CMYK 0 0.16 0.26 0.18
HSL 22.91º 0.37% 0.71% -
HSV(B) 22.91º 0.26% 0.82% -
XYZ 47.46 46.55 37.06 -
YUV 182.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 209 175 154 0 0.16 0.26 0.18 22.91 0.37 0.71
Hex D1 AF 9A 0 10 1A 12 17 25 47
Octal 321 257 232 0 20 32 22 27 45 107
Binary 11010001 10101111 10011010 0 10000 11010 10010 10111 100101 1000111

Color Harmonies of #D1AF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF9A

Black with #D1AF9A

Text Example


Text Example

White with #D1AF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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