#D8BF92

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

Shades of Pancho #D8BF92

Tints of Pancho #D8BF92

Color information

#D8BF92 (or 0xD8BF92) is unknown color: approx Pancho. HEX triplet: D8, BF and 92. RGB value is (216,191,146). Sum of RGB (Red+Green+Blue) = 216+191+146=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BF92 is #27406D. Grayscale: #C1C1C1. Windows color (decimal): -2572398 or 9617368. OLE color: 9617368.

HSL color Cylindrical-coordinate representation of color #D8BF92: hue angle of 38.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8BF92 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB216191146-
CMYK00.120.320.15
HSL38.57º47.3%70.98%-
HSV(B)38.57º32.41%84.71%-
XYZ52.1453.9434.86-
YUV193.34101.28144.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 146 (57.42% from 255) = 26.40%
R=39.06%
G=34.54%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619114600.120.320.1538.5747.370.98
HexD8BF920C20F272f47
Octal33027722201440174757107
Binary1101100010111111100100100110010000011111001111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BF92; }

 p { color: rgb(216,191,146); }

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

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

 a { background-color: rgb(216,191,146); }

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

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

 span { border-color: rgb(216,191,146); }

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