Html Css Color HEX #DB9513 Gamboge

📋 copy color: '#DB9513'

red 219 ◦ green 149 ◦ blue 19

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

Shades of Gamboge #DB9513

Tints of Gamboge #DB9513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.5%

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

R = 56.59%
G = 38.5%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB9513 (or 0xDB9513) is known color: Gamboge. HEX triplet: DB, 95 and 13. RGB value is (219,149,19). Sum of RGB (Red+Green+Blue) = 219+149+19=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9513 is #246AEC. Grayscale: #9B9B9B. Windows color (decimal): -2386669 or 1283547. OLE color: 1283547.

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

Color convert

RGB 219 149 19 -
CMYK 0 0.32 0.91 0.14
HSL 39º 0.84% 0.47% -
HSV(B) 39º 0.91% 0.86% -
XYZ 40.08 36.6 5.57 -
YUV 155.11 51.19 173.57 -
System Red Green Blue C M Y K H S L
Decimal 219 149 19 0 0.32 0.91 0.14 39 0.84 0.47
Hex DB 95 13 0 20 5B E 27 54 2F
Octal 333 225 23 0 40 133 16 47 124 57
Binary 11011011 10010101 10011 0 100000 1011011 1110 100111 1010100 101111

Color Harmonies of #DB9513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9513

Black with #DB9513

Text Example


Text Example

White with #DB9513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9513; }

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

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

background-color css

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

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

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

border-color css

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

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

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