Html Css Color HEX #DB8513 Gamboge

📋 copy color: '#DB8513'

red 219 ◦ green 133 ◦ blue 19

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

Shades of Gamboge #DB8513

Tints of Gamboge #DB8513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 59.03%
G = 35.85%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB8513 (or 0xDB8513) is known color: Gamboge. HEX triplet: DB, 85 and 13. RGB value is (219,133,19). Sum of RGB (Red+Green+Blue) = 219+133+19=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8513 is #247AEC. Grayscale: #929292. Windows color (decimal): -2390765 or 1279451. OLE color: 1279451.

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

Color convert

RGB 219 133 19 -
CMYK 0 0.39 0.91 0.14
HSL 34.2º 0.84% 0.47% -
HSV(B) 34.2º 0.91% 0.86% -
XYZ 37.72 31.88 4.78 -
YUV 145.72 56.49 180.27 -
System Red Green Blue C M Y K H S L
Decimal 219 133 19 0 0.39 0.91 0.14 34.2 0.84 0.47
Hex DB 85 13 0 27 5B E 22 54 2F
Octal 333 205 23 0 47 133 16 42 124 57
Binary 11011011 10000101 10011 0 100111 1011011 1110 100010 1010100 101111

Color Harmonies of #DB8513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8513

Black with #DB8513

Text Example


Text Example

White with #DB8513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8513; }

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

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

background-color css

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

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

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

border-color css

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

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

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