Html Css Color HEX #D3AD99 Cashmere

📋 copy color: '#D3AD99'

red 211 ◦ green 173 ◦ blue 153

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

Shades of Cashmere #D3AD99

Tints of Cashmere #D3AD99

RGB

 RED value IS 211 (82.81% from 255) = 39.29%

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

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

R = 39.29%
G = 32.22%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3AD99 (or 0xD3AD99) is known color: Cashmere. HEX triplet: D3, AD and 99. RGB value is (211,173,153). Sum of RGB (Red+Green+Blue) = 211+173+153=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AD99 is #2C5266. Grayscale: #B6B6B6. Windows color (decimal): -2904679 or 10071507. OLE color: 10071507.

HSL color Cylindrical-coordinate representation of color #D3AD99: hue angle of 20.69º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3AD99 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 173 153 -
CMYK 0 0.18 0.27 0.17
HSL 20.69º 0.4% 0.71% -
HSV(B) 20.69º 0.27% 0.83% -
XYZ 47.56 46.04 36.52 -
YUV 182.08 111.59 148.63 -
System Red Green Blue C M Y K H S L
Decimal 211 173 153 0 0.18 0.27 0.17 20.69 0.4 0.71
Hex D3 AD 99 0 12 1B 11 15 28 47
Octal 323 255 231 0 22 33 21 25 50 107
Binary 11010011 10101101 10011001 0 10010 11011 10001 10101 101000 1000111

Color Harmonies of #D3AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AD99

Black with #D3AD99

Text Example


Text Example

White with #D3AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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