Html Css Color HEX #D19310 Gamboge

📋 copy color: '#D19310'

red 209 ◦ green 147 ◦ blue 16

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

Shades of Gamboge #D19310

Tints of Gamboge #D19310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.52%

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

R = 56.18%
G = 39.52%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D19310 (or 0xD19310) is known color: Gamboge. HEX triplet: D1, 93 and 10. RGB value is (209,147,16). Sum of RGB (Red+Green+Blue) = 209+147+16=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D19310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19310 is #2E6CEF. Grayscale: #979797. Windows color (decimal): -3042544 or 1086417. OLE color: 1086417.

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

Color convert

RGB 209 147 16 -
CMYK 0 0.30 0.92 0.18
HSL 40.73º 0.86% 0.44% -
HSV(B) 40.73º 0.92% 0.82% -
XYZ 36.82 34.46 5.2 -
YUV 150.6 52.04 169.65 -
System Red Green Blue C M Y K H S L
Decimal 209 147 16 0 0.30 0.92 0.18 40.73 0.86 0.44
Hex D1 93 10 0 1E 5C 12 29 56 2C
Octal 321 223 20 0 36 134 22 51 126 54
Binary 11010001 10010011 10000 0 11110 1011100 10010 101001 1010110 101100

Color Harmonies of #D19310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19310

Black with #D19310

Text Example


Text Example

White with #D19310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19310; }

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

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

background-color css

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

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

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

border-color css

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

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

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