Html Css Color HEX #D19400 Gamboge

📋 copy color: '#D19400'

red 209 ◦ green 148 ◦ blue 0

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

Shades of Gamboge #D19400

Tints of Gamboge #D19400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.46%

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

R = 58.54%
G = 41.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D19400 (or 0xD19400) is known color: Gamboge. HEX triplet: D1, 94 and 00. RGB value is (209,148,0). Sum of RGB (Red+Green+Blue) = 209+148+0=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D19400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19400 is #2E6BFF. Grayscale: #969696. Windows color (decimal): -3042304 or 38097. OLE color: 38097.

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

Color convert

RGB 209 148 0 -
CMYK 0 0.29 1 0.18
HSL 42.49º 1% 0.41% -
HSV(B) 42.49º 1% 0.82% -
XYZ 36.88 34.74 4.76 -
YUV 149.37 43.71 170.53 -
System Red Green Blue C M Y K H S L
Decimal 209 148 0 0 0.29 1 0.18 42.49 1 0.41
Hex D1 94 0 0 1D 64 12 2A 64 29
Octal 321 224 0 0 35 144 22 52 144 51
Binary 11010001 10010100 0 0 11101 1100100 10010 101010 1100100 101001

Color Harmonies of #D19400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19400

Black with #D19400

Text Example


Text Example

White with #D19400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19400; }

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

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

background-color css

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

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

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

border-color css

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

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

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