#D9BC98

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

Shades of Pancho #D9BC98

Tints of Pancho #D9BC98

Color information

#D9BC98 (or 0xD9BC98) is unknown color: approx Pancho. HEX triplet: D9, BC and 98. RGB value is (217,188,152). Sum of RGB (Red+Green+Blue) = 217+188+152=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC98 is #264367. Grayscale: #C0C0C0. Windows color (decimal): -2507624 or 10009817. OLE color: 10009817.

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

Color convert

RGB217188152-
CMYK00.130.300.15
HSL33.23º46.1%72.35%-
HSV(B)33.23º29.95%85.1%-
XYZ52.2752.9937.18-
YUV192.57105.11145.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 152 (59.77% from 255) = 27.29%
R=38.96%
G=33.75%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718815200.130.300.1533.2346.172.35
HexD9BC980D1EF212e48
Octal33127423001536174156110
Binary110110011011110010011000011011111011111000011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BC98; }

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

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

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

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

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

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

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

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