Html Css Color HEX #DBA400 Gamboge

📋 copy color: '#DBA400'

red 219 ◦ green 164 ◦ blue 0

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

Shades of Gamboge #DBA400

Tints of Gamboge #DBA400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.18%
G = 42.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBA400 (or 0xDBA400) is known color: Gamboge. HEX triplet: DB, A4 and 00. RGB value is (219,164,0). Sum of RGB (Red+Green+Blue) = 219+164+0=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA400 is #245BFF. Grayscale: #A2A2A2. Windows color (decimal): -2382848 or 42203. OLE color: 42203.

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

Color convert

RGB 219 164 0 -
CMYK 0 0.25 1 0.14
HSL 44.93º 1% 0.43% -
HSV(B) 44.93º 1% 0.86% -
XYZ 42.49 41.61 5.79 -
YUV 161.75 36.72 168.84 -
System Red Green Blue C M Y K H S L
Decimal 219 164 0 0 0.25 1 0.14 44.93 1 0.43
Hex DB A4 0 0 19 64 E 2D 64 2B
Octal 333 244 0 0 31 144 16 55 144 53
Binary 11011011 10100100 0 0 11001 1100100 1110 101101 1100100 101011

Color Harmonies of #DBA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA400

Black with #DBA400

Text Example


Text Example

White with #DBA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA400; }

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

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

background-color css

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

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

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

border-color css

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

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

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