Html Css Color HEX #DB8710 Gamboge

📋 copy color: '#DB8710'

red 219 ◦ green 135 ◦ blue 16

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

Shades of Gamboge #DB8710

Tints of Gamboge #DB8710

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

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

R = 59.19%
G = 36.49%
B = 4.32%

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

#DB8710 (or 0xDB8710) is known color: Gamboge. HEX triplet: DB, 87 and 10. RGB value is (219,135,16). Sum of RGB (Red+Green+Blue) = 219+135+16=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8710 is #2478EF. Grayscale: #939393. Windows color (decimal): -2390256 or 1083355. OLE color: 1083355.

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

Color convert

RGB 219 135 16 -
CMYK 0 0.38 0.93 0.14
HSL 35.17º 0.86% 0.46% -
HSV(B) 35.17º 0.93% 0.86% -
XYZ 37.97 32.43 4.75 -
YUV 146.55 54.33 179.68 -
System Red Green Blue C M Y K H S L
Decimal 219 135 16 0 0.38 0.93 0.14 35.17 0.86 0.46
Hex DB 87 10 0 26 5D E 23 56 2E
Octal 333 207 20 0 46 135 16 43 126 56
Binary 11011011 10000111 10000 0 100110 1011101 1110 100011 1010110 101110

Color Harmonies of #DB8710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8710

Black with #DB8710

Text Example


Text Example

White with #DB8710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8710; }

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

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

background-color css

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

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

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

border-color css

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

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

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