Html Css Color HEX #D3B397 Cashmere

📋 copy color: '#D3B397'

red 211 ◦ green 179 ◦ blue 151

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

Shades of Cashmere #D3B397

Tints of Cashmere #D3B397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.91%

R = 39%
G = 33.09%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D3B397 (or 0xD3B397) is known color: Cashmere. HEX triplet: D3, B3 and 97. RGB value is (211,179,151). Sum of RGB (Red+Green+Blue) = 211+179+151=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B397 is #2C4C68. Grayscale: #B9B9B9. Windows color (decimal): -2903145 or 9941971. OLE color: 9941971.

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

Color convert

RGB 211 179 151 -
CMYK 0 0.15 0.28 0.17
HSL 28º 0.41% 0.71% -
HSV(B) 28º 0.28% 0.83% -
XYZ 48.57 48.32 36.05 -
YUV 185.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 211 179 151 0 0.15 0.28 0.17 28 0.41 0.71
Hex D3 B3 97 0 F 1C 11 1C 29 47
Octal 323 263 227 0 17 34 21 34 51 107
Binary 11010011 10110011 10010111 0 1111 11100 10001 11100 101001 1000111

Color Harmonies of #D3B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B397

Black with #D3B397

Text Example


Text Example

White with #D3B397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B397; }

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

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

background-color css

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

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

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

border-color css

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

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

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