Html Css Color HEX #D7B392 Cashmere

📋 copy color: '#D7B392'

red 215 ◦ green 179 ◦ blue 146

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

Shades of Cashmere #D7B392

Tints of Cashmere #D7B392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.04%

R = 39.81%
G = 33.15%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D7B392 (or 0xD7B392) is known color: Cashmere. HEX triplet: D7, B3 and 92. RGB value is (215,179,146). Sum of RGB (Red+Green+Blue) = 215+179+146=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B392 is #284C6D. Grayscale: #BABABA. Windows color (decimal): -2641006 or 9614295. OLE color: 9614295.

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

Color convert

RGB 215 179 146 -
CMYK 0 0.17 0.32 0.16
HSL 28.7º 0.46% 0.71% -
HSV(B) 28.7º 0.32% 0.84% -
XYZ 49.33 48.76 34.01 -
YUV 186 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 215 179 146 0 0.17 0.32 0.16 28.7 0.46 0.71
Hex D7 B3 92 0 11 20 10 1D 2E 47
Octal 327 263 222 0 21 40 20 35 56 107
Binary 11010111 10110011 10010010 0 10001 100000 10000 11101 101110 1000111

Color Harmonies of #D7B392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B392

Black with #D7B392

Text Example


Text Example

White with #D7B392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B392; }

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

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

background-color css

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

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

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

border-color css

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

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

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