Html Css Color HEX #DBA404 Gamboge

📋 copy color: '#DBA404'

red 219 ◦ green 164 ◦ blue 4

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

Shades of Gamboge #DBA404

Tints of Gamboge #DBA404

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.38%

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

R = 56.59%
G = 42.38%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBA404 (or 0xDBA404) is known color: Gamboge. HEX triplet: DB, A4 and 04. RGB value is (219,164,4). Sum of RGB (Red+Green+Blue) = 219+164+4=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA404 is #245BFB. Grayscale: #A2A2A2. Windows color (decimal): -2382844 or 304347. OLE color: 304347.

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

Color convert

RGB 219 164 4 -
CMYK 0 0.25 0.98 0.14
HSL 44.65º 0.96% 0.44% -
HSV(B) 44.65º 0.98% 0.86% -
XYZ 42.51 41.62 5.91 -
YUV 162.21 38.72 168.51 -
System Red Green Blue C M Y K H S L
Decimal 219 164 4 0 0.25 0.98 0.14 44.65 0.96 0.44
Hex DB A4 4 0 19 62 E 2D 60 2C
Octal 333 244 4 0 31 142 16 55 140 54
Binary 11011011 10100100 100 0 11001 1100010 1110 101101 1100000 101100

Color Harmonies of #DBA404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA404

Black with #DBA404

Text Example


Text Example

White with #DBA404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA404; }

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

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

background-color css

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

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

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

border-color css

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

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

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