#D8BA98

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

Shades of Pancho #D8BA98

Tints of Pancho #D8BA98

Color information

#D8BA98 (or 0xD8BA98) is unknown color: approx Pancho. HEX triplet: D8, BA and 98. RGB value is (216,186,152). Sum of RGB (Red+Green+Blue) = 216+186+152=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA98 is #274567. Grayscale: #BFBFBF. Windows color (decimal): -2573672 or 10009304. OLE color: 10009304.

HSL color Cylindrical-coordinate representation of color #D8BA98: hue angle of 31.88º 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 #D8BA98 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB216186152-
CMYK00.140.300.15
HSL31.88º45.07%72.16%-
HSV(B)31.88º29.63%84.71%-
XYZ51.5551.9837.02-
YUV191.09105.94145.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 152 (59.77% from 255) = 27.44%
R=38.99%
G=33.57%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618615200.140.300.1531.8845.0772.16
HexD8BA980E1EF202d48
Octal33027223001636174055110
Binary110110001011101010011000011101111011111000001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA98; }

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

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

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

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

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

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

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

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