Html Css Color HEX #DB9516 Gamboge

📋 copy color: '#DB9516'

red 219 ◦ green 149 ◦ blue 22

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

Shades of Gamboge #DB9516

Tints of Gamboge #DB9516

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

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

R = 56.15%
G = 38.21%
B = 5.64%

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

#DB9516 (or 0xDB9516) is known color: Gamboge. HEX triplet: DB, 95 and 16. RGB value is (219,149,22). Sum of RGB (Red+Green+Blue) = 219+149+22=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9516 is #246AE9. Grayscale: #9C9C9C. Windows color (decimal): -2386666 or 1480155. OLE color: 1480155.

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

Color convert

RGB 219 149 22 -
CMYK 0 0.32 0.90 0.14
HSL 38.68º 0.82% 0.47% -
HSV(B) 38.68º 0.9% 0.86% -
XYZ 40.11 36.61 5.71 -
YUV 155.45 52.69 173.33 -
System Red Green Blue C M Y K H S L
Decimal 219 149 22 0 0.32 0.90 0.14 38.68 0.82 0.47
Hex DB 95 16 0 20 5A E 27 52 2F
Octal 333 225 26 0 40 132 16 47 122 57
Binary 11011011 10010101 10110 0 100000 1011010 1110 100111 1010010 101111

Color Harmonies of #DB9516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9516

Black with #DB9516

Text Example


Text Example

White with #DB9516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9516; }

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

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

background-color css

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

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

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

border-color css

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

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

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