Html Css Color HEX #DBA013 Gamboge

📋 copy color: '#DBA013'

red 219 ◦ green 160 ◦ blue 19

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

Shades of Gamboge #DBA013

Tints of Gamboge #DBA013

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.2%

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

R = 55.03%
G = 40.2%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBA013 (or 0xDBA013) is known color: Gamboge. HEX triplet: DB, A0 and 13. RGB value is (219,160,19). Sum of RGB (Red+Green+Blue) = 219+160+19=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA013 is #245FEC. Grayscale: #A2A2A2. Windows color (decimal): -2383853 or 1286363. OLE color: 1286363.

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

Color convert

RGB 219 160 19 -
CMYK 0 0.27 0.91 0.14
HSL 42.3º 0.84% 0.47% -
HSV(B) 42.3º 0.91% 0.86% -
XYZ 41.9 40.25 6.18 -
YUV 161.57 47.55 168.96 -
System Red Green Blue C M Y K H S L
Decimal 219 160 19 0 0.27 0.91 0.14 42.3 0.84 0.47
Hex DB A0 13 0 1B 5B E 2A 54 2F
Octal 333 240 23 0 33 133 16 52 124 57
Binary 11011011 10100000 10011 0 11011 1011011 1110 101010 1010100 101111

Color Harmonies of #DBA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA013

Black with #DBA013

Text Example


Text Example

White with #DBA013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA013; }

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

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

background-color css

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

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

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

border-color css

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

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

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