Html Css Color HEX #DB8910 Gamboge

📋 copy color: '#DB8910'

red 219 ◦ green 137 ◦ blue 16

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

Shades of Gamboge #DB8910

Tints of Gamboge #DB8910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.3%

R = 58.87%
G = 36.83%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB8910 (or 0xDB8910) is known color: Gamboge. HEX triplet: DB, 89 and 10. RGB value is (219,137,16). Sum of RGB (Red+Green+Blue) = 219+137+16=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8910 is #2476EF. Grayscale: #949494. Windows color (decimal): -2389744 or 1083867. OLE color: 1083867.

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

Color convert

RGB 219 137 16 -
CMYK 0 0.37 0.93 0.14
HSL 35.76º 0.86% 0.46% -
HSV(B) 35.76º 0.93% 0.86% -
XYZ 38.25 32.99 4.84 -
YUV 147.72 53.67 178.84 -
System Red Green Blue C M Y K H S L
Decimal 219 137 16 0 0.37 0.93 0.14 35.76 0.86 0.46
Hex DB 89 10 0 25 5D E 24 56 2E
Octal 333 211 20 0 45 135 16 44 126 56
Binary 11011011 10001001 10000 0 100101 1011101 1110 100100 1010110 101110

Color Harmonies of #DB8910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8910

Black with #DB8910

Text Example


Text Example

White with #DB8910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8910; }

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

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

background-color css

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

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

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

border-color css

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

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

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