Html Css Color HEX #D19910 Gamboge

📋 copy color: '#D19910'

red 209 ◦ green 153 ◦ blue 16

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

Shades of Gamboge #D19910

Tints of Gamboge #D19910

RGB

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

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

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

R = 55.29%
G = 40.48%
B = 4.23%

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

#D19910 (or 0xD19910) is known color: Gamboge. HEX triplet: D1, 99 and 10. RGB value is (209,153,16). Sum of RGB (Red+Green+Blue) = 209+153+16=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D19910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19910 is #2E66EF. Grayscale: #9A9A9A. Windows color (decimal): -3041008 or 1087953. OLE color: 1087953.

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

Color convert

RGB 209 153 16 -
CMYK 0 0.27 0.92 0.18
HSL 42.59º 0.86% 0.44% -
HSV(B) 42.59º 0.92% 0.82% -
XYZ 37.78 36.38 5.52 -
YUV 154.13 50.05 167.14 -
System Red Green Blue C M Y K H S L
Decimal 209 153 16 0 0.27 0.92 0.18 42.59 0.86 0.44
Hex D1 99 10 0 1B 5C 12 2B 56 2C
Octal 321 231 20 0 33 134 22 53 126 54
Binary 11010001 10011001 10000 0 11011 1011100 10010 101011 1010110 101100

Color Harmonies of #D19910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19910

Black with #D19910

Text Example


Text Example

White with #D19910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19910; }

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

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

background-color css

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

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

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

border-color css

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

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

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