Html Css Color HEX #D19200 Gamboge

📋 copy color: '#D19200'

red 209 ◦ green 146 ◦ blue 0

#D19200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #D19200

Tints of Gamboge #D19200

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 value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D19200 (or 0xD19200) is known color: 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

RGB 209 146 0 -
CMYK 0 0.30 1 0.18
HSL 41.91º 1% 0.41% -
HSV(B) 41.91º 1% 0.82% -
XYZ 36.57 34.11 4.66 -
YUV 148.19 44.37 171.37 -
System Red Green Blue C M Y K H S L
Decimal 209 146 0 0 0.30 1 0.18 41.91 1 0.41
Hex D1 92 0 0 1E 64 12 2A 64 29
Octal 321 222 0 0 36 144 22 52 144 51
Binary 11010001 10010010 0 0 11110 1100100 10010 101010 1100100 101001

Color Harmonies of #D19200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19200

Black with #D19200

Text Example


Text Example

White with #D19200

Text Example


Text Example

HTML Codes & Css Web 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>