Html Css Color HEX #D1AD98 Cashmere

📋 copy color: '#D1AD98'

red 209 ◦ green 173 ◦ blue 152

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

Shades of Cashmere #D1AD98

Tints of Cashmere #D1AD98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.46%

R = 39.14%
G = 32.4%
B = 28.46%

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

#D1AD98 (or 0xD1AD98) is known color: Cashmere. HEX triplet: D1, AD and 98. RGB value is (209,173,152). Sum of RGB (Red+Green+Blue) = 209+173+152=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD98 is #2E5267. Grayscale: #B5B5B5. Windows color (decimal): -3035752 or 10005969. OLE color: 10005969.

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

Color convert

RGB 209 173 152 -
CMYK 0 0.17 0.27 0.18
HSL 22.11º 0.38% 0.71% -
HSV(B) 22.11º 0.27% 0.82% -
XYZ 46.91 45.71 36.06 -
YUV 181.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 209 173 152 0 0.17 0.27 0.18 22.11 0.38 0.71
Hex D1 AD 98 0 11 1B 12 16 26 47
Octal 321 255 230 0 21 33 22 26 46 107
Binary 11010001 10101101 10011000 0 10001 11011 10010 10110 100110 1000111

Color Harmonies of #D1AD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD98

Black with #D1AD98

Text Example


Text Example

White with #D1AD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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