#D8BB98

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

Shades of Pancho #D8BB98

Tints of Pancho #D8BB98

Color information

#D8BB98 (or 0xD8BB98) is unknown color: approx Pancho. HEX triplet: D8, BB and 98. RGB value is (216,187,152). Sum of RGB (Red+Green+Blue) = 216+187+152=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BB98 is #274467. Grayscale: #BFBFBF. Windows color (decimal): -2573416 or 10009560. OLE color: 10009560.

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

Color convert

RGB216187152-
CMYK00.130.300.15
HSL32.81º45.07%72.16%-
HSV(B)32.81º29.63%84.71%-
XYZ51.7652.4137.09-
YUV191.68105.61145.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 152 (59.77% from 255) = 27.39%
R=38.92%
G=33.69%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618715200.130.300.1532.8145.0772.16
HexD8BB980D1EF212d48
Octal33027323001536174155110
Binary110110001011101110011000011011111011111000011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BB98; }

 p { color: rgb(216,187,152); }

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

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

 a { background-color: rgb(216,187,152); }

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

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

 span { border-color: rgb(216,187,152); }

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