Html Css Color HEX #D1AF9D Cashmere

📋 copy color: '#D1AF9D'

red 209 ◦ green 175 ◦ blue 157

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

Shades of Cashmere #D1AF9D

Tints of Cashmere #D1AF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.02%

R = 38.63%
G = 32.35%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1AF9D (or 0xD1AF9D) is known color: Cashmere. HEX triplet: D1, AF and 9D. RGB value is (209,175,157). Sum of RGB (Red+Green+Blue) = 209+175+157=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AF9D is #2E5062. Grayscale: #B7B7B7. Windows color (decimal): -3035235 or 10334161. OLE color: 10334161.

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

Color convert

RGB 209 175 157 -
CMYK 0 0.16 0.25 0.18
HSL 20.77º 0.36% 0.72% -
HSV(B) 20.77º 0.25% 0.82% -
XYZ 47.71 46.65 38.39 -
YUV 183.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 209 175 157 0 0.16 0.25 0.18 20.77 0.36 0.72
Hex D1 AF 9D 0 10 19 12 15 24 48
Octal 321 257 235 0 20 31 22 25 44 110
Binary 11010001 10101111 10011101 0 10000 11001 10010 10101 100100 1001000

Color Harmonies of #D1AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF9D

Black with #D1AF9D

Text Example


Text Example

White with #D1AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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