#D9B694

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

Shades of Pancho #D9B694

Tints of Pancho #D9B694

Color information

#D9B694 (or 0xD9B694) is unknown color: approx Pancho. HEX triplet: D9, B6 and 94. RGB value is (217,182,148). Sum of RGB (Red+Green+Blue) = 217+182+148=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B694 is #26496B. Grayscale: #BCBCBC. Windows color (decimal): -2509164 or 9746137. OLE color: 9746137.

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

Color convert

RGB217182148-
CMYK00.160.320.15
HSL29.57º47.59%71.57%-
HSV(B)29.57º31.8%85.1%-
XYZ50.6950.3535.06-
YUV188.59105.1148.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 182 (71.48% from 255) = 33.27%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=39.67%
G=33.27%
B=27.06%

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
Decimal21718214800.160.320.1529.5747.5971.57
HexD9B69401020F1e3048
Octal33126622402040173660110
Binary1101100110110110100101000100001000001111111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B694; }

 p { color: rgb(217,182,148); }

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

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

 a { background-color: rgb(217,182,148); }

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

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

 span { border-color: rgb(217,182,148); }

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