Html Css Color HEX #DBA804 Gamboge

📋 copy color: '#DBA804'

red 219 ◦ green 168 ◦ blue 4

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

Shades of Gamboge #DBA804

Tints of Gamboge #DBA804

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.97%

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

R = 56.01%
G = 42.97%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBA804 (or 0xDBA804) is known color: Gamboge. HEX triplet: DB, A8 and 04. RGB value is (219,168,4). Sum of RGB (Red+Green+Blue) = 219+168+4=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA804 is #2457FB. Grayscale: #A5A5A5. Windows color (decimal): -2381820 or 305371. OLE color: 305371.

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

Color convert

RGB 219 168 4 -
CMYK 0 0.23 0.98 0.14
HSL 45.77º 0.96% 0.44% -
HSV(B) 45.77º 0.98% 0.86% -
XYZ 43.24 43.07 6.15 -
YUV 164.55 37.4 166.84 -
System Red Green Blue C M Y K H S L
Decimal 219 168 4 0 0.23 0.98 0.14 45.77 0.96 0.44
Hex DB A8 4 0 17 62 E 2E 60 2C
Octal 333 250 4 0 27 142 16 56 140 54
Binary 11011011 10101000 100 0 10111 1100010 1110 101110 1100000 101100

Color Harmonies of #DBA804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA804

Black with #DBA804

Text Example


Text Example

White with #DBA804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA804; }

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

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

background-color css

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

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

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

border-color css

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

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

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