Html Css Color HEX #DB9919 Gamboge

📋 copy color: '#DB9919'

red 219 ◦ green 153 ◦ blue 25

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

Shades of Gamboge #DB9919

Tints of Gamboge #DB9919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.3%

R = 55.16%
G = 38.54%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB9919 (or 0xDB9919) is known color: Gamboge. HEX triplet: DB, 99 and 19. RGB value is (219,153,25). Sum of RGB (Red+Green+Blue) = 219+153+25=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9919 is #2466E6. Grayscale: #9E9E9E. Windows color (decimal): -2385639 or 1677787. OLE color: 1677787.

HSL color Cylindrical-coordinate representation of color #DB9919: hue angle of 39.59º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB9919 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 153 25 -
CMYK 0 0.30 0.89 0.14
HSL 39.59º 0.8% 0.48% -
HSV(B) 39.59º 0.89% 0.86% -
XYZ 40.78 37.91 6.09 -
YUV 158.14 52.87 171.41 -
System Red Green Blue C M Y K H S L
Decimal 219 153 25 0 0.30 0.89 0.14 39.59 0.8 0.48
Hex DB 99 19 0 1E 59 E 28 50 30
Octal 333 231 31 0 36 131 16 50 120 60
Binary 11011011 10011001 11001 0 11110 1011001 1110 101000 1010000 110000

Color Harmonies of #DB9919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9919

Black with #DB9919

Text Example


Text Example

White with #DB9919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9919; }

 p { color: rgb(219,153,25); }

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

background-color css

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

 a { background-color: rgb(219,153,25); }

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

border-color css

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

 span { border-color: rgb(219,153,25); }

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