Html Css Color HEX #DB9616 Gamboge

📋 copy color: '#DB9616'

red 219 ◦ green 150 ◦ blue 22

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

Shades of Gamboge #DB9616

Tints of Gamboge #DB9616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.36%

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

R = 56.01%
G = 38.36%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB9616 (or 0xDB9616) is known color: Gamboge. HEX triplet: DB, 96 and 16. RGB value is (219,150,22). Sum of RGB (Red+Green+Blue) = 219+150+22=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9616 is #2469E9. Grayscale: #9C9C9C. Windows color (decimal): -2386410 or 1480411. OLE color: 1480411.

HSL color Cylindrical-coordinate representation of color #DB9616: hue angle of 38.98º 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 #DB9616 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 150 22 -
CMYK 0 0.32 0.90 0.14
HSL 38.98º 0.82% 0.47% -
HSV(B) 38.98º 0.9% 0.86% -
XYZ 40.26 36.93 5.77 -
YUV 156.04 52.36 172.91 -
System Red Green Blue C M Y K H S L
Decimal 219 150 22 0 0.32 0.90 0.14 38.98 0.82 0.47
Hex DB 96 16 0 20 5A E 27 52 2F
Octal 333 226 26 0 40 132 16 47 122 57
Binary 11011011 10010110 10110 0 100000 1011010 1110 100111 1010010 101111

Color Harmonies of #DB9616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9616

Black with #DB9616

Text Example


Text Example

White with #DB9616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9616; }

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

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

background-color css

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

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

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

border-color css

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

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

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