#D89F03

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

Shades of Gamboge #D89F03

Tints of Gamboge #D89F03

Color information

#D89F03 (or 0xD89F03) is unknown color: approx Gamboge. HEX triplet: D8, 9F and 03. RGB value is (216,159,3). Sum of RGB (Red+Green+Blue) = 216+159+3=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89F03 is #2760FC. Grayscale: #9E9E9E. Windows color (decimal): -2580733 or 237528. OLE color: 237528.

HSL color Cylindrical-coordinate representation of color #D89F03: hue angle of 43.94º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D89F03 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB2161593-
CMYK00.260.990.15
HSL43.94º97.26%42.94%-
HSV(B)43.94º98.61%84.71%-
XYZ40.7339.45.54-
YUV158.2640.38169.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.14%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 3 (1.56% from 255) = 0.79%
R=57.14%
G=42.06%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216159300.260.990.1543.9497.2642.94
HexD89F301A63F2c612b
Octal3302373032143175414153
Binary110110001001111111011010110001111111011001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89F03; }

 p { color: rgb(216,159,3); }

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

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

 a { background-color: rgb(216,159,3); }

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

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

 span { border-color: rgb(216,159,3); }

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