Html Css Color HEX #DBA004 Gamboge

📋 copy color: '#DBA004'

red 219 ◦ green 160 ◦ blue 4

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

Shades of Gamboge #DBA004

Tints of Gamboge #DBA004

RGB

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

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

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

R = 57.18%
G = 41.78%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBA004 (or 0xDBA004) is known color: Gamboge. HEX triplet: DB, A0 and 04. RGB value is (219,160,4). Sum of RGB (Red+Green+Blue) = 219+160+4=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA004 is #245FFB. Grayscale: #A0A0A0. Windows color (decimal): -2383868 or 303323. OLE color: 303323.

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

Color convert

RGB 219 160 4 -
CMYK 0 0.27 0.98 0.14
HSL 43.53º 0.96% 0.44% -
HSV(B) 43.53º 0.98% 0.86% -
XYZ 41.81 40.21 5.67 -
YUV 159.86 40.05 170.18 -
System Red Green Blue C M Y K H S L
Decimal 219 160 4 0 0.27 0.98 0.14 43.53 0.96 0.44
Hex DB A0 4 0 1B 62 E 2C 60 2C
Octal 333 240 4 0 33 142 16 54 140 54
Binary 11011011 10100000 100 0 11011 1100010 1110 101100 1100000 101100

Color Harmonies of #DBA004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA004

Black with #DBA004

Text Example


Text Example

White with #DBA004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA004; }

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

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

background-color css

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

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

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

border-color css

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

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

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