#D9BD9C

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

Shades of Pancho #D9BD9C

Tints of Pancho #D9BD9C

Color information

#D9BD9C (or 0xD9BD9C) is unknown color: approx Pancho. HEX triplet: D9, BD and 9C. RGB value is (217,189,156). Sum of RGB (Red+Green+Blue) = 217+189+156=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD9C is #264263. Grayscale: #C1C1C1. Windows color (decimal): -2507364 or 10272217. OLE color: 10272217.

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

Color convert

RGB217189156-
CMYK00.130.280.15
HSL32.46º44.53%73.14%-
HSV(B)32.46º28.11%85.1%-
XYZ52.8153.5539-
YUV193.61106.78144.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 156 (61.33% from 255) = 27.76%
R=38.61%
G=33.63%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718915600.130.280.1532.4644.5373.14
HexD9BD9C0D1CF202d49
Octal33127523401534174055111
Binary110110011011110110011100011011110011111000001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BD9C; }

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

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

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

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

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

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

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

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