Html Css Color HEX #DB8913 Gamboge

📋 copy color: '#DB8913'

red 219 ◦ green 137 ◦ blue 19

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

Shades of Gamboge #DB8913

Tints of Gamboge #DB8913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

 BLUE value IS 19 (7.81% from 255) = 5.07%

R = 58.4%
G = 36.53%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB8913 (or 0xDB8913) is known color: Gamboge. HEX triplet: DB, 89 and 13. RGB value is (219,137,19). Sum of RGB (Red+Green+Blue) = 219+137+19=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8913 is #2476EC. Grayscale: #949494. Windows color (decimal): -2389741 or 1280475. OLE color: 1280475.

HSL color Cylindrical-coordinate representation of color #DB8913: hue angle of 35.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB8913 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 137 19 -
CMYK 0 0.37 0.91 0.14
HSL 35.4º 0.84% 0.47% -
HSV(B) 35.4º 0.91% 0.86% -
XYZ 38.28 33 4.97 -
YUV 148.07 55.17 178.59 -
System Red Green Blue C M Y K H S L
Decimal 219 137 19 0 0.37 0.91 0.14 35.4 0.84 0.47
Hex DB 89 13 0 25 5B E 23 54 2F
Octal 333 211 23 0 45 133 16 43 124 57
Binary 11011011 10001001 10011 0 100101 1011011 1110 100011 1010100 101111

Color Harmonies of #DB8913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8913

Black with #DB8913

Text Example


Text Example

White with #DB8913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8913; }

 p { color: rgb(219,137,19); }

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

background-color css

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

 a { background-color: rgb(219,137,19); }

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

border-color css

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

 span { border-color: rgb(219,137,19); }

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