Html Css Color HEX #DB9013 Gamboge

📋 copy color: '#DB9013'

red 219 ◦ green 144 ◦ blue 19

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

Shades of Gamboge #DB9013

Tints of Gamboge #DB9013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.7%

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

R = 57.33%
G = 37.7%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB9013 (or 0xDB9013) is known color: Gamboge. HEX triplet: DB, 90 and 13. RGB value is (219,144,19). Sum of RGB (Red+Green+Blue) = 219+144+19=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9013 is #246FEC. Grayscale: #989898. Windows color (decimal): -2387949 or 1282267. OLE color: 1282267.

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

Color convert

RGB 219 144 19 -
CMYK 0 0.34 0.91 0.14
HSL 37.5º 0.84% 0.47% -
HSV(B) 37.5º 0.91% 0.86% -
XYZ 39.3 35.05 5.31 -
YUV 152.18 52.85 175.66 -
System Red Green Blue C M Y K H S L
Decimal 219 144 19 0 0.34 0.91 0.14 37.5 0.84 0.47
Hex DB 90 13 0 22 5B E 26 54 2F
Octal 333 220 23 0 42 133 16 46 124 57
Binary 11011011 10010000 10011 0 100010 1011011 1110 100110 1010100 101111

Color Harmonies of #DB9013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9013

Black with #DB9013

Text Example


Text Example

White with #DB9013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9013; }

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

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

background-color css

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

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

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

border-color css

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

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

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