#D19200

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

Shades of Gamboge #D19200

Tints of Gamboge #D19200

Color information

#D19200 (or 0xD19200) is unknown color: approx Gamboge. HEX triplet: D1, 92 and 00. RGB value is (209,146,0). Sum of RGB (Red+Green+Blue) = 209+146+0=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D19200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19200 is #2E6DFF. Grayscale: #949494. Windows color (decimal): -3042816 or 37585. OLE color: 37585.

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

Color convert

RGB2091460-
CMYK00.3010.18
HSL41.91º100%40.98%-
HSV(B)41.91º100%81.96%-
XYZ36.5734.114.66-
YUV148.1944.37171.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.87%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.87%
G=41.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209146000.3010.1841.9110040.98
HexD192001E64122a6429
Octal3212220036144225214451
Binary110100011001001000111101100100100101010101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19200; }

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

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

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

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

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

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

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

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