Html Css Color HEX #D7B896 Pancho

📋 copy color: '#D7B896'

red 215 ◦ green 184 ◦ blue 150

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

Shades of Pancho #D7B896

Tints of Pancho #D7B896

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.52%

 BLUE value IS 150 (58.98% from 255) = 27.32%

R = 39.16%
G = 33.52%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D7B896 (or 0xD7B896) is known color: Pancho. HEX triplet: D7, B8 and 96. RGB value is (215,184,150). Sum of RGB (Red+Green+Blue) = 215+184+150=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B896 is #284769. Grayscale: #BDBDBD. Windows color (decimal): -2639722 or 9877719. OLE color: 9877719.

HSL color Cylindrical-coordinate representation of color #D7B896: hue angle of 31.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7B896 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 184 150 -
CMYK 0 0.14 0.30 0.16
HSL 31.38º 0.45% 0.72% -
HSV(B) 31.38º 0.3% 0.84% -
XYZ 50.67 50.93 36.01 -
YUV 189.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 215 184 150 0 0.14 0.30 0.16 31.38 0.45 0.72
Hex D7 B8 96 0 E 1E 10 1F 2D 48
Octal 327 270 226 0 16 36 20 37 55 110
Binary 11010111 10111000 10010110 0 1110 11110 10000 11111 101101 1001000

Color Harmonies of #D7B896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B896

Black with #D7B896

Text Example


Text Example

White with #D7B896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B896; }

 p { color: rgb(215,184,150); }

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

background-color css

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

 a { background-color: rgb(215,184,150); }

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

border-color css

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

 span { border-color: rgb(215,184,150); }

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