Html Css Color HEX #DB9116 Gamboge

📋 copy color: '#DB9116'

red 219 ◦ green 145 ◦ blue 22

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

Shades of Gamboge #DB9116

Tints of Gamboge #DB9116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.7%

R = 56.74%
G = 37.56%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB9116 (or 0xDB9116) is known color: Gamboge. HEX triplet: DB, 91 and 16. RGB value is (219,145,22). Sum of RGB (Red+Green+Blue) = 219+145+22=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9116 is #246EE9. Grayscale: #999999. Windows color (decimal): -2387690 or 1479131. OLE color: 1479131.

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

Color convert

RGB 219 145 22 -
CMYK 0 0.34 0.90 0.14
HSL 37.46º 0.82% 0.47% -
HSV(B) 37.46º 0.9% 0.86% -
XYZ 39.48 35.37 5.5 -
YUV 153.1 54.02 175 -
System Red Green Blue C M Y K H S L
Decimal 219 145 22 0 0.34 0.90 0.14 37.46 0.82 0.47
Hex DB 91 16 0 22 5A E 25 52 2F
Octal 333 221 26 0 42 132 16 45 122 57
Binary 11011011 10010001 10110 0 100010 1011010 1110 100101 1010010 101111

Color Harmonies of #DB9116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9116

Black with #DB9116

Text Example


Text Example

White with #DB9116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9116; }

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

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

background-color css

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

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

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

border-color css

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

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

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