#D8B692

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

Shades of Pancho #D8B692

Tints of Pancho #D8B692

Color information

#D8B692 (or 0xD8B692) is unknown color: approx Pancho. HEX triplet: D8, B6 and 92. RGB value is (216,182,146). Sum of RGB (Red+Green+Blue) = 216+182+146=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B692 is #27496D. Grayscale: #BCBCBC. Windows color (decimal): -2574702 or 9615064. OLE color: 9615064.

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

Color convert

RGB216182146-
CMYK00.160.320.15
HSL30.86º47.3%70.98%-
HSV(B)30.86º32.41%84.71%-
XYZ50.2450.1334.22-
YUV188.06104.26147.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 182 (71.48% from 255) = 33.46%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=39.71%
G=33.46%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618214600.160.320.1530.8647.370.98
HexD8B69201020F1f2f47
Octal33026622202040173757107
Binary1101100010110110100100100100001000001111111111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B692; }

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

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

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

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

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

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

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

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