#D39200

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

Shades of Gamboge #D39200

Tints of Gamboge #D39200

Color information

#D39200 (or 0xD39200) is unknown color: approx Gamboge. HEX triplet: D3, 92 and 00. RGB value is (211,146,0). Sum of RGB (Red+Green+Blue) = 211+146+0=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D39200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39200 is #2C6DFF. Grayscale: #959595. Windows color (decimal): -2911744 or 37587. OLE color: 37587.

HSL color Cylindrical-coordinate representation of color #D39200: hue angle of 41.52º 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 #D39200 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB2111460-
CMYK00.3110.17
HSL41.52º100%41.37%-
HSV(B)41.52º100%82.75%-
XYZ37.1434.414.68-
YUV148.7944.03172.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.10%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.10%
G=40.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211146000.3110.1741.5210041.37
HexD392001F64112a6429
Octal3232220037144215214451
Binary110100111001001000111111100100100011010101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39200; }

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

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

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

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

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

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

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

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