Html Css Color HEX #D3B494 Cashmere

📋 copy color: '#D3B494'

red 211 ◦ green 180 ◦ blue 148

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

Shades of Cashmere #D3B494

Tints of Cashmere #D3B494

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.4%

 BLUE value IS 148 (58.2% from 255) = 27.46%

R = 39.15%
G = 33.4%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D3B494 (or 0xD3B494) is known color: Cashmere. HEX triplet: D3, B4 and 94. RGB value is (211,180,148). Sum of RGB (Red+Green+Blue) = 211+180+148=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B494 is #2C4B6B. Grayscale: #B9B9B9. Windows color (decimal): -2902892 or 9745619. OLE color: 9745619.

HSL color Cylindrical-coordinate representation of color #D3B494: hue angle of 30.48º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3B494 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 180 148 -
CMYK 0 0.15 0.30 0.17
HSL 30.48º 0.42% 0.7% -
HSV(B) 30.48º 0.3% 0.83% -
XYZ 48.53 48.63 34.85 -
YUV 185.62 106.77 146.1 -
System Red Green Blue C M Y K H S L
Decimal 211 180 148 0 0.15 0.30 0.17 30.48 0.42 0.7
Hex D3 B4 94 0 F 1E 11 1E 2A 46
Octal 323 264 224 0 17 36 21 36 52 106
Binary 11010011 10110100 10010100 0 1111 11110 10001 11110 101010 1000110

Color Harmonies of #D3B494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B494

Black with #D3B494

Text Example


Text Example

White with #D3B494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B494; }

 p { color: rgb(211,180,148); }

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

background-color css

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

 a { background-color: rgb(211,180,148); }

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

border-color css

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

 span { border-color: rgb(211,180,148); }

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