#D8B892

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

Shades of Pancho #D8B892

Tints of Pancho #D8B892

Color information

#D8B892 (or 0xD8B892) is unknown color: approx Pancho. HEX triplet: D8, B8 and 92. RGB value is (216,184,146). Sum of RGB (Red+Green+Blue) = 216+184+146=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B892 is #27476D. Grayscale: #BDBDBD. Windows color (decimal): -2574190 or 9615576. OLE color: 9615576.

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

Color convert

RGB216184146-
CMYK00.150.320.15
HSL32.57º47.3%70.98%-
HSV(B)32.57º32.41%84.71%-
XYZ50.6550.9634.36-
YUV189.24103.6147.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 184 (72.27% from 255) = 33.70%
BLUE value IS 146 (57.42% from 255) = 26.74%
R=39.56%
G=33.70%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618414600.150.320.1532.5747.370.98
HexD8B8920F20F212f47
Octal33027022201740174157107
Binary1101100010111000100100100111110000011111000011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B892; }

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

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

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

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

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

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

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

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