#D39800

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

Shades of Gamboge #D39800

Tints of Gamboge #D39800

Color information

#D39800 (or 0xD39800) is unknown color: approx Gamboge. HEX triplet: D3, 98 and 00. RGB value is (211,152,0). Sum of RGB (Red+Green+Blue) = 211+152+0=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D39800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39800 is #2C67FF. Grayscale: #989898. Windows color (decimal): -2910208 or 39123. OLE color: 39123.

HSL color Cylindrical-coordinate representation of color #D39800: hue angle of 43.22º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D39800 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB2111520-
CMYK00.2810.17
HSL43.22º100%41.37%-
HSV(B)43.22º100%82.75%-
XYZ38.0936.315-
YUV152.3142.05169.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.13%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.13%
G=41.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211152000.2810.1743.2210041.37
HexD398001C64112b6429
Octal3232300034144215314451
Binary110100111001100000111001100100100011010111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39800; }

 p { color: rgb(211,152,0); }

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

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

 a { background-color: rgb(211,152,0); }

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

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

 span { border-color: rgb(211,152,0); }

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