Html Css Color HEX #D19410 Gamboge

📋 copy color: '#D19410'

red 209 ◦ green 148 ◦ blue 16

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

Shades of Gamboge #D19410

Tints of Gamboge #D19410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.29%

R = 56.03%
G = 39.68%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D19410 (or 0xD19410) is known color: Gamboge. HEX triplet: D1, 94 and 10. RGB value is (209,148,16). Sum of RGB (Red+Green+Blue) = 209+148+16=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D19410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19410 is #2E6BEF. Grayscale: #979797. Windows color (decimal): -3042288 or 1086673. OLE color: 1086673.

HSL color Cylindrical-coordinate representation of color #D19410: hue angle of 41.04º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D19410 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 16 -
CMYK 0 0.29 0.92 0.18
HSL 41.04º 0.86% 0.44% -
HSV(B) 41.04º 0.92% 0.82% -
XYZ 36.98 34.77 5.25 -
YUV 151.19 51.71 169.23 -
System Red Green Blue C M Y K H S L
Decimal 209 148 16 0 0.29 0.92 0.18 41.04 0.86 0.44
Hex D1 94 10 0 1D 5C 12 29 56 2C
Octal 321 224 20 0 35 134 22 51 126 54
Binary 11010001 10010100 10000 0 11101 1011100 10010 101001 1010110 101100

Color Harmonies of #D19410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19410

Black with #D19410

Text Example


Text Example

White with #D19410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19410; }

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

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

background-color css

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

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

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

border-color css

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

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

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