Html Css Color HEX #D7B39A Cashmere

📋 copy color: '#D7B39A'

red 215 ◦ green 179 ◦ blue 154

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

Shades of Cashmere #D7B39A

Tints of Cashmere #D7B39A

RGB

 RED value IS 215 (84.38% from 255) = 39.23%

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

 BLUE value IS 154 (60.55% from 255) = 28.1%

R = 39.23%
G = 32.66%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D7B39A (or 0xD7B39A) is known color: Cashmere. HEX triplet: D7, B3 and 9A. RGB value is (215,179,154). Sum of RGB (Red+Green+Blue) = 215+179+154=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B39A is #284C65. Grayscale: #BBBBBB. Windows color (decimal): -2640998 or 10138583. OLE color: 10138583.

HSL color Cylindrical-coordinate representation of color #D7B39A: hue angle of 24.59º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7B39A is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 154 -
CMYK 0 0.17 0.28 0.16
HSL 24.59º 0.43% 0.72% -
HSV(B) 24.59º 0.28% 0.84% -
XYZ 49.98 49.02 37.4 -
YUV 186.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 215 179 154 0 0.17 0.28 0.16 24.59 0.43 0.72
Hex D7 B3 9A 0 11 1C 10 19 2B 48
Octal 327 263 232 0 21 34 20 31 53 110
Binary 11010111 10110011 10011010 0 10001 11100 10000 11001 101011 1001000

Color Harmonies of #D7B39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B39A

Black with #D7B39A

Text Example


Text Example

White with #D7B39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B39A; }

 p { color: rgb(215,179,154); }

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

background-color css

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

 a { background-color: rgb(215,179,154); }

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

border-color css

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

 span { border-color: rgb(215,179,154); }

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