Html Css Color HEX #D1AD99 Cashmere

📋 copy color: '#D1AD99'

red 209 ◦ green 173 ◦ blue 153

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

Shades of Cashmere #D1AD99

Tints of Cashmere #D1AD99

RGB

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

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

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

R = 39.07%
G = 32.34%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D1AD99 (or 0xD1AD99) is known color: Cashmere. HEX triplet: D1, AD and 99. RGB value is (209,173,153). Sum of RGB (Red+Green+Blue) = 209+173+153=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD99 is #2E5266. Grayscale: #B5B5B5. Windows color (decimal): -3035751 or 10071505. OLE color: 10071505.

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

Color convert

RGB 209 173 153 -
CMYK 0 0.17 0.27 0.18
HSL 21.43º 0.38% 0.71% -
HSV(B) 21.43º 0.27% 0.82% -
XYZ 46.99 45.74 36.49 -
YUV 181.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 209 173 153 0 0.17 0.27 0.18 21.43 0.38 0.71
Hex D1 AD 99 0 11 1B 12 15 26 47
Octal 321 255 231 0 21 33 22 25 46 107
Binary 11010001 10101101 10011001 0 10001 11011 10010 10101 100110 1000111

Color Harmonies of #D1AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD99

Black with #D1AD99

Text Example


Text Example

White with #D1AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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