Html Css Color HEX #DBA403 Gamboge

📋 copy color: '#DBA403'

red 219 ◦ green 164 ◦ blue 3

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

Shades of Gamboge #DBA403

Tints of Gamboge #DBA403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 56.74%
G = 42.49%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBA403 (or 0xDBA403) is known color: Gamboge. HEX triplet: DB, A4 and 03. RGB value is (219,164,3). Sum of RGB (Red+Green+Blue) = 219+164+3=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA403 is #245BFC. Grayscale: #A2A2A2. Windows color (decimal): -2382845 or 238811. OLE color: 238811.

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

Color convert

RGB 219 164 3 -
CMYK 0 0.25 0.99 0.14
HSL 44.72º 0.97% 0.44% -
HSV(B) 44.72º 0.99% 0.86% -
XYZ 42.51 41.62 5.88 -
YUV 162.09 38.22 168.59 -
System Red Green Blue C M Y K H S L
Decimal 219 164 3 0 0.25 0.99 0.14 44.72 0.97 0.44
Hex DB A4 3 0 19 63 E 2D 61 2C
Octal 333 244 3 0 31 143 16 55 141 54
Binary 11011011 10100100 11 0 11001 1100011 1110 101101 1100001 101100

Color Harmonies of #DBA403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA403

Black with #DBA403

Text Example


Text Example

White with #DBA403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA403; }

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

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

background-color css

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

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

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

border-color css

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

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

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