#D9BD99

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

Shades of Pancho #D9BD99

Tints of Pancho #D9BD99

Color information

#D9BD99 (or 0xD9BD99) is unknown color: approx Pancho. HEX triplet: D9, BD and 99. RGB value is (217,189,153). Sum of RGB (Red+Green+Blue) = 217+189+153=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD99 is #264266. Grayscale: #C1C1C1. Windows color (decimal): -2507367 or 10075609. OLE color: 10075609.

HSL color Cylindrical-coordinate representation of color #D9BD99: hue angle of 33.75º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9BD99 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217189153-
CMYK00.130.290.15
HSL33.75º45.71%72.55%-
HSV(B)33.75º29.49%85.1%-
XYZ52.5653.4537.68-
YUV193.27105.28144.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 153 (60.16% from 255) = 27.37%
R=38.82%
G=33.81%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718915300.130.290.1533.7545.7172.55
HexD9BD990D1DF222e49
Octal33127523101535174256111
Binary110110011011110110011001011011110111111000101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BD99; }

 p { color: rgb(217,189,153); }

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

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

 a { background-color: rgb(217,189,153); }

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

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

 span { border-color: rgb(217,189,153); }

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