Html Css Color HEX #D3AE9B Cashmere

📋 copy color: '#D3AE9B'

red 211 ◦ green 174 ◦ blue 155

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

Shades of Cashmere #D3AE9B

Tints of Cashmere #D3AE9B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.22%

 BLUE value IS 155 (60.94% from 255) = 28.7%

R = 39.07%
G = 32.22%
B = 28.7%

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

#D3AE9B (or 0xD3AE9B) is known color: Cashmere. HEX triplet: D3, AE and 9B. RGB value is (211,174,155). Sum of RGB (Red+Green+Blue) = 211+174+155=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AE9B is #2C5164. Grayscale: #B7B7B7. Windows color (decimal): -2904421 or 10202835. OLE color: 10202835.

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

Color convert

RGB 211 174 155 -
CMYK 0 0.18 0.27 0.17
HSL 20.36º 0.39% 0.72% -
HSV(B) 20.36º 0.27% 0.83% -
XYZ 47.92 46.49 37.46 -
YUV 182.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 211 174 155 0 0.18 0.27 0.17 20.36 0.39 0.72
Hex D3 AE 9B 0 12 1B 11 14 27 48
Octal 323 256 233 0 22 33 21 24 47 110
Binary 11010011 10101110 10011011 0 10010 11011 10001 10100 100111 1001000

Color Harmonies of #D3AE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AE9B

Black with #D3AE9B

Text Example


Text Example

White with #D3AE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AE9B; }

 p { color: rgb(211,174,155); }

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

background-color css

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

 a { background-color: rgb(211,174,155); }

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

border-color css

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

 span { border-color: rgb(211,174,155); }

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