Html Css Color HEX #D19210 Gamboge

📋 copy color: '#D19210'

red 209 ◦ green 146 ◦ blue 16

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

Shades of Gamboge #D19210

Tints of Gamboge #D19210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

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

R = 56.33%
G = 39.35%
B = 4.31%

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

#D19210 (or 0xD19210) is known color: Gamboge. HEX triplet: D1, 92 and 10. RGB value is (209,146,16). Sum of RGB (Red+Green+Blue) = 209+146+16=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D19210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19210 is #2E6DEF. Grayscale: #969696. Windows color (decimal): -3042800 or 1086161. OLE color: 1086161.

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

Color convert

RGB 209 146 16 -
CMYK 0 0.30 0.92 0.18
HSL 40.41º 0.86% 0.44% -
HSV(B) 40.41º 0.92% 0.82% -
XYZ 36.67 34.15 5.15 -
YUV 150.02 52.37 170.07 -
System Red Green Blue C M Y K H S L
Decimal 209 146 16 0 0.30 0.92 0.18 40.41 0.86 0.44
Hex D1 92 10 0 1E 5C 12 28 56 2C
Octal 321 222 20 0 36 134 22 50 126 54
Binary 11010001 10010010 10000 0 11110 1011100 10010 101000 1010110 101100

Color Harmonies of #D19210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19210

Black with #D19210

Text Example


Text Example

White with #D19210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19210; }

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

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

background-color css

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

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

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

border-color css

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

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

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