#D9BC94

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

Shades of Pancho #D9BC94

Tints of Pancho #D9BC94

Color information

#D9BC94 (or 0xD9BC94) is unknown color: approx Pancho. HEX triplet: D9, BC and 94. RGB value is (217,188,148). Sum of RGB (Red+Green+Blue) = 217+188+148=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC94 is #26436B. Grayscale: #C0C0C0. Windows color (decimal): -2507628 or 9747673. OLE color: 9747673.

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

Color convert

RGB217188148-
CMYK00.130.320.15
HSL34.78º47.59%71.57%-
HSV(B)34.78º31.8%85.1%-
XYZ51.9452.8635.48-
YUV192.11103.11145.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=39.24%
G=34.00%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718814800.130.320.1534.7847.5971.57
HexD9BC940D20F233048
Octal33127422401540174360110
Binary1101100110111100100101000110110000011111000111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BC94; }

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

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

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

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

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

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

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

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