#D89D0F

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

Shades of Gamboge #D89D0F

Tints of Gamboge #D89D0F

Color information

#D89D0F (or 0xD89D0F) is unknown color: approx Gamboge. HEX triplet: D8, 9D and 0F. RGB value is (216,157,15). Sum of RGB (Red+Green+Blue) = 216+157+15=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89D0F is #2762F0. Grayscale: #9F9F9F. Windows color (decimal): -2581233 or 1023448. OLE color: 1023448.

HSL color Cylindrical-coordinate representation of color #D89D0F: hue angle of 42.39º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D89D0F is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB21615715-
CMYK00.270.930.15
HSL42.39º87.01%45.29%-
HSV(B)42.39º93.06%84.71%-
XYZ40.4638.755.8-
YUV158.4547.05169.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.67%
GREEN value IS 157 (61.72% from 255) = 40.46%
BLUE value IS 15 (6.25% from 255) = 3.87%
R=55.67%
G=40.46%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161571500.270.930.1542.3987.0145.29
HexD89DF01B5DF2a572d
Octal33023517033135175212755
Binary11011000100111011111011011101110111111010101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89D0F; }

 p { color: rgb(216,157,15); }

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

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

 a { background-color: rgb(216,157,15); }

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

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

 span { border-color: rgb(216,157,15); }

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