Html Css Color HEX #D19800 Gamboge

📋 copy color: '#D19800'

red 209 ◦ green 152 ◦ blue 0

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

Shades of Gamboge #D19800

Tints of Gamboge #D19800

RGB

 RED value IS 209 (82.03% from 255) = 57.89%

 GREEN value IS 152 (59.77% from 255) = 42.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.89%
G = 42.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D19800 (or 0xD19800) is known color: Gamboge. HEX triplet: D1, 98 and 00. RGB value is (209,152,0). Sum of RGB (Red+Green+Blue) = 209+152+0=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D19800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19800 is #2E67FF. Grayscale: #989898. Windows color (decimal): -3041280 or 39121. OLE color: 39121.

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

Color convert

RGB 209 152 0 -
CMYK 0 0.27 1 0.18
HSL 43.64º 1% 0.41% -
HSV(B) 43.64º 1% 0.82% -
XYZ 37.52 36.01 4.97 -
YUV 151.72 42.38 168.86 -
System Red Green Blue C M Y K H S L
Decimal 209 152 0 0 0.27 1 0.18 43.64 1 0.41
Hex D1 98 0 0 1B 64 12 2C 64 29
Octal 321 230 0 0 33 144 22 54 144 51
Binary 11010001 10011000 0 0 11011 1100100 10010 101100 1100100 101001

Color Harmonies of #D19800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19800

Black with #D19800

Text Example


Text Example

White with #D19800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19800; }

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

 H1.HeaderClassName
 {
   color: #D19800;
 }
 .AnyTagClassName
 {
   color: #D19800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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