#D7B692

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

Shades of Pancho #D7B692

Tints of Pancho #D7B692

Color information

#D7B692 (or 0xD7B692) is unknown color: approx Pancho. HEX triplet: D7, B6 and 92. RGB value is (215,182,146). Sum of RGB (Red+Green+Blue) = 215+182+146=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B692 is #28496D. Grayscale: #BBBBBB. Windows color (decimal): -2640238 or 9615063. OLE color: 9615063.

HSL color Cylindrical-coordinate representation of color #D7B692: hue angle of 31.3º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7B692 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB215182146-
CMYK00.150.320.16
HSL31.3º46.31%70.78%-
HSV(B)31.3º32.09%84.31%-
XYZ49.9449.9834.21-
YUV187.76104.43147.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.59%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 146 (57.42% from 255) = 26.89%
R=39.59%
G=33.52%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518214600.150.320.1631.346.3170.78
HexD7B6920F20101f2e47
Octal32726622201740203756107
Binary1101011110110110100100100111110000010000111111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B692; }

 p { color: rgb(215,182,146); }

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

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

 a { background-color: rgb(215,182,146); }

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

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

 span { border-color: rgb(215,182,146); }

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