Html Css Color HEX #DB9619 Gamboge

📋 copy color: '#DB9619'

red 219 ◦ green 150 ◦ blue 25

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

Shades of Gamboge #DB9619

Tints of Gamboge #DB9619

RGB

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

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

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

R = 55.58%
G = 38.07%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB9619 (or 0xDB9619) is known color: Gamboge. HEX triplet: DB, 96 and 19. RGB value is (219,150,25). Sum of RGB (Red+Green+Blue) = 219+150+25=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9619 is #2469E6. Grayscale: #9C9C9C. Windows color (decimal): -2386407 or 1677019. OLE color: 1677019.

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

Color convert

RGB 219 150 25 -
CMYK 0 0.32 0.89 0.14
HSL 38.66º 0.8% 0.48% -
HSV(B) 38.66º 0.89% 0.86% -
XYZ 40.3 36.94 5.93 -
YUV 156.38 53.86 172.66 -
System Red Green Blue C M Y K H S L
Decimal 219 150 25 0 0.32 0.89 0.14 38.66 0.8 0.48
Hex DB 96 19 0 20 59 E 27 50 30
Octal 333 226 31 0 40 131 16 47 120 60
Binary 11011011 10010110 11001 0 100000 1011001 1110 100111 1010000 110000

Color Harmonies of #DB9619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9619

Black with #DB9619

Text Example


Text Example

White with #DB9619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9619; }

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

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

background-color css

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

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

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

border-color css

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

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

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