Html Css Color HEX #D3AD9A Cashmere

📋 copy color: '#D3AD9A'

red 211 ◦ green 173 ◦ blue 154

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

Shades of Cashmere #D3AD9A

Tints of Cashmere #D3AD9A

RGB

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

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

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

R = 39.22%
G = 32.16%
B = 28.62%

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

#D3AD9A (or 0xD3AD9A) is known color: Cashmere. HEX triplet: D3, AD and 9A. RGB value is (211,173,154). Sum of RGB (Red+Green+Blue) = 211+173+154=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AD9A is #2C5265. Grayscale: #B6B6B6. Windows color (decimal): -2904678 or 10137043. OLE color: 10137043.

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

Color convert

RGB 211 173 154 -
CMYK 0 0.18 0.27 0.17
HSL 20º 0.39% 0.72% -
HSV(B) 20º 0.27% 0.83% -
XYZ 47.64 46.07 36.95 -
YUV 182.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 211 173 154 0 0.18 0.27 0.17 20 0.39 0.72
Hex D3 AD 9A 0 12 1B 11 14 27 48
Octal 323 255 232 0 22 33 21 24 47 110
Binary 11010011 10101101 10011010 0 10010 11011 10001 10100 100111 1001000

Color Harmonies of #D3AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AD9A

Black with #D3AD9A

Text Example


Text Example

White with #D3AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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