Html Css Color HEX #DB8810 Gamboge

📋 copy color: '#DB8810'

red 219 ◦ green 136 ◦ blue 16

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

Shades of Gamboge #DB8810

Tints of Gamboge #DB8810

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

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

R = 59.03%
G = 36.66%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB8810 (or 0xDB8810) is known color: Gamboge. HEX triplet: DB, 88 and 10. RGB value is (219,136,16). Sum of RGB (Red+Green+Blue) = 219+136+16=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8810 is #2477EF. Grayscale: #939393. Windows color (decimal): -2390000 or 1083611. OLE color: 1083611.

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

Color convert

RGB 219 136 16 -
CMYK 0 0.38 0.93 0.14
HSL 35.47º 0.86% 0.46% -
HSV(B) 35.47º 0.93% 0.86% -
XYZ 38.11 32.71 4.79 -
YUV 147.14 54 179.26 -
System Red Green Blue C M Y K H S L
Decimal 219 136 16 0 0.38 0.93 0.14 35.47 0.86 0.46
Hex DB 88 10 0 26 5D E 23 56 2E
Octal 333 210 20 0 46 135 16 43 126 56
Binary 11011011 10001000 10000 0 100110 1011101 1110 100011 1010110 101110

Color Harmonies of #DB8810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8810

Black with #DB8810

Text Example


Text Example

White with #DB8810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8810; }

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

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

background-color css

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

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

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

border-color css

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

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

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