Html Css Color HEX #D7B49F Cashmere

📋 copy color: '#D7B49F'

red 215 ◦ green 180 ◦ blue 159

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

Shades of Cashmere #D7B49F

Tints of Cashmere #D7B49F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.49%

 BLUE value IS 159 (62.5% from 255) = 28.7%

R = 38.81%
G = 32.49%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D7B49F (or 0xD7B49F) is known color: Cashmere. HEX triplet: D7, B4 and 9F. RGB value is (215,180,159). Sum of RGB (Red+Green+Blue) = 215+180+159=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B49F is #284B60. Grayscale: #BCBCBC. Windows color (decimal): -2640737 or 10466519. OLE color: 10466519.

HSL color Cylindrical-coordinate representation of color #D7B49F: hue angle of 22.5º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7B49F is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 180 159 -
CMYK 0 0.16 0.26 0.16
HSL 22.5º 0.41% 0.73% -
HSV(B) 22.5º 0.26% 0.84% -
XYZ 50.6 49.59 39.71 -
YUV 188.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 215 180 159 0 0.16 0.26 0.16 22.5 0.41 0.73
Hex D7 B4 9F 0 10 1A 10 16 29 49
Octal 327 264 237 0 20 32 20 26 51 111
Binary 11010111 10110100 10011111 0 10000 11010 10000 10110 101001 1001001

Color Harmonies of #D7B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B49F

Black with #D7B49F

Text Example


Text Example

White with #D7B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B49F; }

 p { color: rgb(215,180,159); }

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

background-color css

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

 a { background-color: rgb(215,180,159); }

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

border-color css

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

 span { border-color: rgb(215,180,159); }

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