Html Css Color HEX #D19900 Gamboge

📋 copy color: '#D19900'

red 209 ◦ green 153 ◦ blue 0

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

Shades of Gamboge #D19900

Tints of Gamboge #D19900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

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

R = 57.73%
G = 42.27%
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

#D19900 (or 0xD19900) is known color: Gamboge. HEX triplet: D1, 99 and 00. RGB value is (209,153,0). Sum of RGB (Red+Green+Blue) = 209+153+0=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D19900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19900 is #2E66FF. Grayscale: #989898. Windows color (decimal): -3041024 or 39377. OLE color: 39377.

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

Color convert

RGB 209 153 0 -
CMYK 0 0.27 1 0.18
HSL 43.92º 1% 0.41% -
HSV(B) 43.92º 1% 0.82% -
XYZ 37.69 36.34 5.03 -
YUV 152.3 42.05 168.44 -
System Red Green Blue C M Y K H S L
Decimal 209 153 0 0 0.27 1 0.18 43.92 1 0.41
Hex D1 99 0 0 1B 64 12 2C 64 29
Octal 321 231 0 0 33 144 22 54 144 51
Binary 11010001 10011001 0 0 11011 1100100 10010 101100 1100100 101001

Color Harmonies of #D19900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19900

Black with #D19900

Text Example


Text Example

White with #D19900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19900; }

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

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

background-color css

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

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

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

border-color css

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

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

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