Html Css Color HEX #DB8713 Gamboge

📋 copy color: '#DB8713'

red 219 ◦ green 135 ◦ blue 19

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

Shades of Gamboge #DB8713

Tints of Gamboge #DB8713

RGB

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

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

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

R = 58.71%
G = 36.19%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB8713 (or 0xDB8713) is known color: Gamboge. HEX triplet: DB, 87 and 13. RGB value is (219,135,19). Sum of RGB (Red+Green+Blue) = 219+135+19=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8713 is #2478EC. Grayscale: #939393. Windows color (decimal): -2390253 or 1279963. OLE color: 1279963.

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

Color convert

RGB 219 135 19 -
CMYK 0 0.38 0.91 0.14
HSL 34.8º 0.84% 0.47% -
HSV(B) 34.8º 0.91% 0.86% -
XYZ 37.99 32.44 4.87 -
YUV 146.89 55.83 179.43 -
System Red Green Blue C M Y K H S L
Decimal 219 135 19 0 0.38 0.91 0.14 34.8 0.84 0.47
Hex DB 87 13 0 26 5B E 23 54 2F
Octal 333 207 23 0 46 133 16 43 124 57
Binary 11011011 10000111 10011 0 100110 1011011 1110 100011 1010100 101111

Color Harmonies of #DB8713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8713

Black with #DB8713

Text Example


Text Example

White with #DB8713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8713; }

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

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

background-color css

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

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

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

border-color css

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

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

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