Html Css Color HEX #D1AD9A Cashmere

📋 copy color: '#D1AD9A'

red 209 ◦ green 173 ◦ blue 154

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

Shades of Cashmere #D1AD9A

Tints of Cashmere #D1AD9A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.28%

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

R = 38.99%
G = 32.28%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1AD9A (or 0xD1AD9A) is known color: Cashmere. HEX triplet: D1, AD and 9A. RGB value is (209,173,154). Sum of RGB (Red+Green+Blue) = 209+173+154=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD9A is #2E5265. Grayscale: #B5B5B5. Windows color (decimal): -3035750 or 10137041. OLE color: 10137041.

HSL color Cylindrical-coordinate representation of color #D1AD9A: hue angle of 20.73º 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 #D1AD9A is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 173 154 -
CMYK 0 0.17 0.26 0.18
HSL 20.73º 0.37% 0.71% -
HSV(B) 20.73º 0.26% 0.82% -
XYZ 47.07 45.78 36.93 -
YUV 181.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 209 173 154 0 0.17 0.26 0.18 20.73 0.37 0.71
Hex D1 AD 9A 0 11 1A 12 15 25 47
Octal 321 255 232 0 21 32 22 25 45 107
Binary 11010001 10101101 10011010 0 10001 11010 10010 10101 100101 1000111

Color Harmonies of #D1AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD9A

Black with #D1AD9A

Text Example


Text Example

White with #D1AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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