Html Css Color HEX #D3B597 Cashmere

📋 copy color: '#D3B597'

red 211 ◦ green 181 ◦ blue 151

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

Shades of Cashmere #D3B597

Tints of Cashmere #D3B597

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.33%

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

R = 38.86%
G = 33.33%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D3B597 (or 0xD3B597) is known color: Cashmere. HEX triplet: D3, B5 and 97. RGB value is (211,181,151). Sum of RGB (Red+Green+Blue) = 211+181+151=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B597 is #2C4A68. Grayscale: #BABABA. Windows color (decimal): -2902633 or 9942483. OLE color: 9942483.

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

Color convert

RGB 211 181 151 -
CMYK 0 0.14 0.28 0.17
HSL 30º 0.41% 0.71% -
HSV(B) 30º 0.28% 0.83% -
XYZ 48.97 49.13 36.18 -
YUV 186.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 211 181 151 0 0.14 0.28 0.17 30 0.41 0.71
Hex D3 B5 97 0 E 1C 11 1E 29 47
Octal 323 265 227 0 16 34 21 36 51 107
Binary 11010011 10110101 10010111 0 1110 11100 10001 11110 101001 1000111

Color Harmonies of #D3B597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B597

Black with #D3B597

Text Example


Text Example

White with #D3B597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B597; }

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

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

background-color css

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

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

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

border-color css

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

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

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