Html Css Color HEX #D19211 Gamboge

📋 copy color: '#D19211'

red 209 ◦ green 146 ◦ blue 17

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

Shades of Gamboge #D19211

Tints of Gamboge #D19211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.57%

R = 56.18%
G = 39.25%
B = 4.57%

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

#D19211 (or 0xD19211) is known color: Gamboge. HEX triplet: D1, 92 and 11. RGB value is (209,146,17). Sum of RGB (Red+Green+Blue) = 209+146+17=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D19211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19211 is #2E6DEE. Grayscale: #969696. Windows color (decimal): -3042799 or 1151697. OLE color: 1151697.

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

Color convert

RGB 209 146 17 -
CMYK 0 0.30 0.92 0.18
HSL 40.31º 0.85% 0.44% -
HSV(B) 40.31º 0.92% 0.82% -
XYZ 36.67 34.15 5.19 -
YUV 150.13 52.87 169.99 -
System Red Green Blue C M Y K H S L
Decimal 209 146 17 0 0.30 0.92 0.18 40.31 0.85 0.44
Hex D1 92 11 0 1E 5C 12 28 55 2C
Octal 321 222 21 0 36 134 22 50 125 54
Binary 11010001 10010010 10001 0 11110 1011100 10010 101000 1010101 101100

Color Harmonies of #D19211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19211

Black with #D19211

Text Example


Text Example

White with #D19211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19211; }

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

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

background-color css

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

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

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

border-color css

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

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

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