Html Css Color HEX #DBA50E Gamboge

📋 copy color: '#DBA50E'

red 219 ◦ green 165 ◦ blue 14

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

Shades of Gamboge #DBA50E

Tints of Gamboge #DBA50E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.46%

 BLUE value IS 14 (5.86% from 255) = 3.52%

R = 55.03%
G = 41.46%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBA50E (or 0xDBA50E) is known color: Gamboge. HEX triplet: DB, A5 and 0E. RGB value is (219,165,14). Sum of RGB (Red+Green+Blue) = 219+165+14=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA50E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA50E is #245AF1. Grayscale: #A4A4A4. Windows color (decimal): -2382578 or 959963. OLE color: 959963.

HSL color Cylindrical-coordinate representation of color #DBA50E: hue angle of 44.2º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBA50E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 165 14 -
CMYK 0 0.25 0.94 0.14
HSL 44.2º 0.88% 0.46% -
HSV(B) 44.2º 0.94% 0.86% -
XYZ 42.75 42 6.27 -
YUV 163.93 43.39 167.28 -
System Red Green Blue C M Y K H S L
Decimal 219 165 14 0 0.25 0.94 0.14 44.2 0.88 0.46
Hex DB A5 E 0 19 5E E 2C 58 2E
Octal 333 245 16 0 31 136 16 54 130 56
Binary 11011011 10100101 1110 0 11001 1011110 1110 101100 1011000 101110

Color Harmonies of #DBA50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA50E

Black with #DBA50E

Text Example


Text Example

White with #DBA50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA50E; }

 p { color: rgb(219,165,14); }

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

background-color css

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

 a { background-color: rgb(219,165,14); }

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

border-color css

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

 span { border-color: rgb(219,165,14); }

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