Html Css Color HEX #DBA600 Gamboge

📋 copy color: '#DBA600'

red 219 ◦ green 166 ◦ blue 0

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

Shades of Gamboge #DBA600

Tints of Gamboge #DBA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.12%

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

R = 56.88%
G = 43.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DBA600 (or 0xDBA600) is known color: Gamboge. HEX triplet: DB, A6 and 00. RGB value is (219,166,0). Sum of RGB (Red+Green+Blue) = 219+166+0=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA600 is #2459FF. Grayscale: #A3A3A3. Windows color (decimal): -2382336 or 42715. OLE color: 42715.

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

Color convert

RGB 219 166 0 -
CMYK 0 0.24 1 0.14
HSL 45.48º 1% 0.43% -
HSV(B) 45.48º 1% 0.86% -
XYZ 42.85 42.33 5.91 -
YUV 162.92 36.06 168 -
System Red Green Blue C M Y K H S L
Decimal 219 166 0 0 0.24 1 0.14 45.48 1 0.43
Hex DB A6 0 0 18 64 E 2D 64 2B
Octal 333 246 0 0 30 144 16 55 144 53
Binary 11011011 10100110 0 0 11000 1100100 1110 101101 1100100 101011

Color Harmonies of #DBA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA600

Black with #DBA600

Text Example


Text Example

White with #DBA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA600; }

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

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

background-color css

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

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

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

border-color css

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

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

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