#D6B995

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

Shades of Pancho #D6B995

Tints of Pancho #D6B995

Color information

#D6B995 (or 0xD6B995) is unknown color: approx Pancho. HEX triplet: D6, B9 and 95. RGB value is (214,185,149). Sum of RGB (Red+Green+Blue) = 214+185+149=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B995 is #29466A. Grayscale: #BDBDBD. Windows color (decimal): -2705003 or 9812438. OLE color: 9812438.

HSL color Cylindrical-coordinate representation of color #D6B995: hue angle of 33.23º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6B995 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214185149-
CMYK00.140.300.16
HSL33.23º44.22%71.18%-
HSV(B)33.23º30.37%83.92%-
XYZ50.5151.1635.65-
YUV189.57105.11145.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 185 (72.66% from 255) = 33.76%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=39.05%
G=33.76%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418514900.140.300.1633.2344.2271.18
HexD6B9950E1E10212c47
Octal32627122501636204154107
Binary1101011010111001100101010111011110100001000011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B995; }

 p { color: rgb(214,185,149); }

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

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

 a { background-color: rgb(214,185,149); }

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

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

 span { border-color: rgb(214,185,149); }

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