#D8BC92

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

Shades of Pancho #D8BC92

Tints of Pancho #D8BC92

Color information

#D8BC92 (or 0xD8BC92) is unknown color: approx Pancho. HEX triplet: D8, BC and 92. RGB value is (216,188,146). Sum of RGB (Red+Green+Blue) = 216+188+146=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BC92 is #27436D. Grayscale: #BFBFBF. Windows color (decimal): -2573166 or 9616600. OLE color: 9616600.

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

Color convert

RGB216188146-
CMYK00.130.320.15
HSL36º47.3%70.98%-
HSV(B)36º32.41%84.71%-
XYZ51.4952.6434.64-
YUV191.58102.28145.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.27%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 146 (57.42% from 255) = 26.55%
R=39.27%
G=34.18%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618814600.130.320.153647.370.98
HexD8BC920D20F242f47
Octal33027422201540174457107
Binary1101100010111100100100100110110000011111001001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BC92; }

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

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

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

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

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

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

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

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