Html Css Color HEX #D19911 Gamboge

📋 copy color: '#D19911'

red 209 ◦ green 153 ◦ blue 17

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

Shades of Gamboge #D19911

Tints of Gamboge #D19911

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

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

R = 55.15%
G = 40.37%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D19911 (or 0xD19911) is known color: Gamboge. HEX triplet: D1, 99 and 11. RGB value is (209,153,17). Sum of RGB (Red+Green+Blue) = 209+153+17=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D19911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19911 is #2E66EE. Grayscale: #9A9A9A. Windows color (decimal): -3041007 or 1153489. OLE color: 1153489.

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

Color convert

RGB 209 153 17 -
CMYK 0 0.27 0.92 0.18
HSL 42.5º 0.85% 0.44% -
HSV(B) 42.5º 0.92% 0.82% -
XYZ 37.79 36.38 5.56 -
YUV 154.24 50.55 167.06 -
System Red Green Blue C M Y K H S L
Decimal 209 153 17 0 0.27 0.92 0.18 42.5 0.85 0.44
Hex D1 99 11 0 1B 5C 12 2A 55 2C
Octal 321 231 21 0 33 134 22 52 125 54
Binary 11010001 10011001 10001 0 11011 1011100 10010 101010 1010101 101100

Color Harmonies of #D19911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19911

Black with #D19911

Text Example


Text Example

White with #D19911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19911; }

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

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

background-color css

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

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

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

border-color css

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

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

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