Html Css Color HEX #DB9613 Gamboge

📋 copy color: '#DB9613'

red 219 ◦ green 150 ◦ blue 19

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

Shades of Gamboge #DB9613

Tints of Gamboge #DB9613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

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

R = 56.44%
G = 38.66%
B = 4.9%

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

#DB9613 (or 0xDB9613) is known color: Gamboge. HEX triplet: DB, 96 and 13. RGB value is (219,150,19). Sum of RGB (Red+Green+Blue) = 219+150+19=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9613 is #2469EC. Grayscale: #9C9C9C. Windows color (decimal): -2386413 or 1283803. OLE color: 1283803.

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

Color convert

RGB 219 150 19 -
CMYK 0 0.32 0.91 0.14
HSL 39.3º 0.84% 0.47% -
HSV(B) 39.3º 0.91% 0.86% -
XYZ 40.24 36.92 5.62 -
YUV 155.7 50.86 173.15 -
System Red Green Blue C M Y K H S L
Decimal 219 150 19 0 0.32 0.91 0.14 39.3 0.84 0.47
Hex DB 96 13 0 20 5B E 27 54 2F
Octal 333 226 23 0 40 133 16 47 124 57
Binary 11011011 10010110 10011 0 100000 1011011 1110 100111 1010100 101111

Color Harmonies of #DB9613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9613

Black with #DB9613

Text Example


Text Example

White with #DB9613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9613; }

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

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

background-color css

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

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

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

border-color css

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

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

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