#D9BD9B

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

Shades of Pancho #D9BD9B

Tints of Pancho #D9BD9B

Color information

#D9BD9B (or 0xD9BD9B) is unknown color: approx Pancho. HEX triplet: D9, BD and 9B. RGB value is (217,189,155). Sum of RGB (Red+Green+Blue) = 217+189+155=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD9B is #264264. Grayscale: #C1C1C1. Windows color (decimal): -2507365 or 10206681. OLE color: 10206681.

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

Color convert

RGB217189155-
CMYK00.130.290.15
HSL32.9º44.93%72.94%-
HSV(B)32.9º28.57%85.1%-
XYZ52.7353.5138.56-
YUV193.5106.28144.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 155 (60.94% from 255) = 27.63%
R=38.68%
G=33.69%
B=27.63%

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
Decimal21718915500.130.290.1532.944.9372.94
HexD9BD9B0D1DF212d49
Octal33127523301535174155111
Binary110110011011110110011011011011110111111000011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BD9B; }

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

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

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

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

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

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

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

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