#D89613

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

Shades of Gamboge #D89613

Tints of Gamboge #D89613

Color information

#D89613 (or 0xD89613) is unknown color: approx Gamboge. HEX triplet: D8, 96 and 13. RGB value is (216,150,19). Sum of RGB (Red+Green+Blue) = 216+150+19=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D89613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89613 is #2769EC. Grayscale: #9B9B9B. Windows color (decimal): -2583021 or 1283800. OLE color: 1283800.

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

Color convert

RGB21615019-
CMYK00.310.910.15
HSL39.9º83.83%46.08%-
HSV(B)39.9º91.2%84.71%-
XYZ39.3436.465.58-
YUV154.851.37171.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.10%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 19 (7.81% from 255) = 4.94%
R=56.10%
G=38.96%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161501900.310.910.1539.983.8346.08
HexD8961301F5BF28542e
Octal33022623037133175012456
Binary110110001001011010011011111101101111111010001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89613; }

 p { color: rgb(216,150,19); }

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

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

 a { background-color: rgb(216,150,19); }

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

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

 span { border-color: rgb(216,150,19); }

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