Html Css Color HEX #D3B392 Cashmere

📋 copy color: '#D3B392'

red 211 ◦ green 179 ◦ blue 146

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

Shades of Cashmere #D3B392

Tints of Cashmere #D3B392

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.4%

 BLUE value IS 146 (57.42% from 255) = 27.24%

R = 39.37%
G = 33.4%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D3B392 (or 0xD3B392) is known color: Cashmere. HEX triplet: D3, B3 and 92. RGB value is (211,179,146). Sum of RGB (Red+Green+Blue) = 211+179+146=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B392 is #2C4C6D. Grayscale: #B8B8B8. Windows color (decimal): -2903150 or 9614291. OLE color: 9614291.

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

Color convert

RGB 211 179 146 -
CMYK 0 0.15 0.31 0.17
HSL 30.46º 0.42% 0.7% -
HSV(B) 30.46º 0.31% 0.83% -
XYZ 48.17 48.16 33.95 -
YUV 184.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 211 179 146 0 0.15 0.31 0.17 30.46 0.42 0.7
Hex D3 B3 92 0 F 1F 11 1E 2A 46
Octal 323 263 222 0 17 37 21 36 52 106
Binary 11010011 10110011 10010010 0 1111 11111 10001 11110 101010 1000110

Color Harmonies of #D3B392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B392

Black with #D3B392

Text Example


Text Example

White with #D3B392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B392; }

 p { color: rgb(211,179,146); }

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

background-color css

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

 a { background-color: rgb(211,179,146); }

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

border-color css

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

 span { border-color: rgb(211,179,146); }

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