Html Css Color HEX #DBA304 Gamboge

📋 copy color: '#DBA304'

red 219 ◦ green 163 ◦ blue 4

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

Shades of Gamboge #DBA304

Tints of Gamboge #DBA304

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.23%

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 56.74%
G = 42.23%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBA304 (or 0xDBA304) is known color: Gamboge. HEX triplet: DB, A3 and 04. RGB value is (219,163,4). Sum of RGB (Red+Green+Blue) = 219+163+4=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA304 is #245CFB. Grayscale: #A2A2A2. Windows color (decimal): -2383100 or 304091. OLE color: 304091.

HSL color Cylindrical-coordinate representation of color #DBA304: hue angle of 44.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBA304 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 163 4 -
CMYK 0 0.26 0.98 0.14
HSL 44.37º 0.96% 0.44% -
HSV(B) 44.37º 0.98% 0.86% -
XYZ 42.33 41.26 5.85 -
YUV 161.62 39.05 168.93 -
System Red Green Blue C M Y K H S L
Decimal 219 163 4 0 0.26 0.98 0.14 44.37 0.96 0.44
Hex DB A3 4 0 1A 62 E 2C 60 2C
Octal 333 243 4 0 32 142 16 54 140 54
Binary 11011011 10100011 100 0 11010 1100010 1110 101100 1100000 101100

Color Harmonies of #DBA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA304

Black with #DBA304

Text Example


Text Example

White with #DBA304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA304; }

 p { color: rgb(219,163,4); }

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

background-color css

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

 a { background-color: rgb(219,163,4); }

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

border-color css

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

 span { border-color: rgb(219,163,4); }

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