Html Css Color HEX #D3B296 Cashmere

📋 copy color: '#D3B296'

red 211 ◦ green 178 ◦ blue 150

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

Shades of Cashmere #D3B296

Tints of Cashmere #D3B296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.02%

 BLUE value IS 150 (58.98% from 255) = 27.83%

R = 39.15%
G = 33.02%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D3B296 (or 0xD3B296) is known color: Cashmere. HEX triplet: D3, B2 and 96. RGB value is (211,178,150). Sum of RGB (Red+Green+Blue) = 211+178+150=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B296 is #2C4D69. Grayscale: #B8B8B8. Windows color (decimal): -2903402 or 9876179. OLE color: 9876179.

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

Color convert

RGB 211 178 150 -
CMYK 0 0.16 0.29 0.17
HSL 27.54º 0.41% 0.71% -
HSV(B) 27.54º 0.29% 0.83% -
XYZ 48.29 47.89 35.55 -
YUV 184.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 211 178 150 0 0.16 0.29 0.17 27.54 0.41 0.71
Hex D3 B2 96 0 10 1D 11 1C 29 47
Octal 323 262 226 0 20 35 21 34 51 107
Binary 11010011 10110010 10010110 0 10000 11101 10001 11100 101001 1000111

Color Harmonies of #D3B296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B296

Black with #D3B296

Text Example


Text Example

White with #D3B296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B296; }

 p { color: rgb(211,178,150); }

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

background-color css

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

 a { background-color: rgb(211,178,150); }

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

border-color css

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

 span { border-color: rgb(211,178,150); }

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