Html Css Color HEX #DB9110 Gamboge

📋 copy color: '#DB9110'

red 219 ◦ green 145 ◦ blue 16

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

Shades of Gamboge #DB9110

Tints of Gamboge #DB9110

RGB

 RED value IS 219 (85.94% from 255) = 57.63%

 GREEN value IS 145 (57.03% from 255) = 38.16%

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

R = 57.63%
G = 38.16%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB9110 (or 0xDB9110) is known color: Gamboge. HEX triplet: DB, 91 and 10. RGB value is (219,145,16). Sum of RGB (Red+Green+Blue) = 219+145+16=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9110 is #246EEF. Grayscale: #999999. Windows color (decimal): -2387696 or 1085915. OLE color: 1085915.

HSL color Cylindrical-coordinate representation of color #DB9110: hue angle of 38.13º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB9110 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 145 16 -
CMYK 0 0.34 0.93 0.14
HSL 38.13º 0.86% 0.46% -
HSV(B) 38.13º 0.93% 0.86% -
XYZ 39.43 35.35 5.23 -
YUV 152.42 51.02 175.49 -
System Red Green Blue C M Y K H S L
Decimal 219 145 16 0 0.34 0.93 0.14 38.13 0.86 0.46
Hex DB 91 10 0 22 5D E 26 56 2E
Octal 333 221 20 0 42 135 16 46 126 56
Binary 11011011 10010001 10000 0 100010 1011101 1110 100110 1010110 101110

Color Harmonies of #DB9110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9110

Black with #DB9110

Text Example


Text Example

White with #DB9110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9110; }

 p { color: rgb(219,145,16); }

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

background-color css

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

 a { background-color: rgb(219,145,16); }

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

border-color css

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

 span { border-color: rgb(219,145,16); }

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