#D8B592

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

Shades of Pancho #D8B592

Tints of Pancho #D8B592

Color information

#D8B592 (or 0xD8B592) is unknown color: approx Pancho. HEX triplet: D8, B5 and 92. RGB value is (216,181,146). Sum of RGB (Red+Green+Blue) = 216+181+146=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B592 is #274A6D. Grayscale: #BBBBBB. Windows color (decimal): -2574958 or 9614808. OLE color: 9614808.

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

Color convert

RGB216181146-
CMYK00.160.320.15
HSL30º47.3%70.98%-
HSV(B)30º32.41%84.71%-
XYZ50.0349.7234.15-
YUV187.48104.6148.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 181 (71.09% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 26.89%
R=39.78%
G=33.33%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618114600.160.320.153047.370.98
HexD8B59201020F1e2f47
Octal33026522202040173657107
Binary1101100010110101100100100100001000001111111101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B592; }

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

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

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

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

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

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

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

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