#D9B892

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

Shades of Pancho #D9B892

Tints of Pancho #D9B892

Color information

#D9B892 (or 0xD9B892) is unknown color: approx Pancho. HEX triplet: D9, B8 and 92. RGB value is (217,184,146). Sum of RGB (Red+Green+Blue) = 217+184+146=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B892 is #26476D. Grayscale: #BDBDBD. Windows color (decimal): -2508654 or 9615577. OLE color: 9615577.

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

Color convert

RGB217184146-
CMYK00.150.330.15
HSL32.11º48.3%71.18%-
HSV(B)32.11º32.72%85.1%-
XYZ50.9451.1134.37-
YUV189.54103.43147.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=39.67%
G=33.64%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718414600.150.330.1532.1148.371.18
HexD9B8920F21F203047
Octal33127022201741174060107
Binary1101100110111000100100100111110000111111000001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B892; }

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

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

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

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

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

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

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

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