#D89805

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

Shades of Gamboge #D89805

Tints of Gamboge #D89805

Color information

#D89805 (or 0xD89805) is unknown color: approx Gamboge. HEX triplet: D8, 98 and 05. RGB value is (216,152,5). Sum of RGB (Red+Green+Blue) = 216+152+5=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D89805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89805 is #2767FA. Grayscale: #9B9B9B. Windows color (decimal): -2582523 or 366808. OLE color: 366808.

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

Color convert

RGB2161525-
CMYK00.300.980.15
HSL41.8º95.48%43.33%-
HSV(B)41.8º97.69%84.71%-
XYZ39.5737.075.21-
YUV154.3843.7171.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.91%
GREEN value IS 152 (59.77% from 255) = 40.75%
BLUE value IS 5 (2.34% from 255) = 1.34%
R=57.91%
G=40.75%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216152500.300.980.1541.895.4843.33
HexD898501E62F2a5f2b
Octal3302305036142175213753
Binary1101100010011000101011110110001011111010101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89805; }

 p { color: rgb(216,152,5); }

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

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

 a { background-color: rgb(216,152,5); }

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

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

 span { border-color: rgb(216,152,5); }

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