#D8B594

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

Shades of Pancho #D8B594

Tints of Pancho #D8B594

Color information

#D8B594 (or 0xD8B594) is unknown color: approx Pancho. HEX triplet: D8, B5 and 94. RGB value is (216,181,148). Sum of RGB (Red+Green+Blue) = 216+181+148=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B594 is #274A6B. Grayscale: #BBBBBB. Windows color (decimal): -2574956 or 9745880. OLE color: 9745880.

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

Color convert

RGB216181148-
CMYK00.160.310.15
HSL29.12º46.58%71.37%-
HSV(B)29.12º31.48%84.71%-
XYZ50.1949.7834.98-
YUV187.7105.6148.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 181 (71.09% from 255) = 33.21%
BLUE value IS 148 (58.20% from 255) = 27.16%
R=39.63%
G=33.21%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618114800.160.310.1529.1246.5871.37
HexD8B5940101FF1d2f47
Octal33026522402037173557107
Binary110110001011010110010100010000111111111111011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B594; }

 p { color: rgb(216,181,148); }

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

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

 a { background-color: rgb(216,181,148); }

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

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

 span { border-color: rgb(216,181,148); }

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