#D7BB93

Color #D7BB93 Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #D7BB93

Tints of Pancho #D7BB93

Color information

#D7BB93 (or 0xD7BB93) is unknown color: approx Pancho. HEX triplet: D7, BB and 93. RGB value is (215,187,147). Sum of RGB (Red+Green+Blue) = 215+187+147=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BB93 is #28446C. Grayscale: #BFBFBF. Windows color (decimal): -2638957 or 9681879. OLE color: 9681879.

HSL color Cylindrical-coordinate representation of color #D7BB93: hue angle of 35.29º 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 #D7BB93 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB215187147-
CMYK00.130.320.16
HSL35.29º45.95%70.98%-
HSV(B)35.29º31.63%84.31%-
XYZ51.0652.0934.97-
YUV190.81103.28145.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.16%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 147 (57.81% from 255) = 26.78%
R=39.16%
G=34.06%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518714700.130.320.1635.2945.9570.98
HexD7BB930D2010232e47
Octal32727322301540204356107
Binary11010111101110111001001101101100000100001000111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BB93; }

 p { color: rgb(215,187,147); }

 H1.HeaderClassName
 {
   color: #D7BB93;
 }
 .AnyTagClassName
 {
   color: #D7BB93;
 }
</style>
background-color css

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

 a { background-color: rgb(215,187,147); }

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

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

 span { border-color: rgb(215,187,147); }

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