Html Css Color HEX #DBA209 Gamboge

📋 copy color: '#DBA209'

red 219 ◦ green 162 ◦ blue 9

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

Shades of Gamboge #DBA209

Tints of Gamboge #DBA209

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.54%

 BLUE value IS 9 (3.91% from 255) = 2.31%

R = 56.15%
G = 41.54%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBA209 (or 0xDBA209) is known color: Gamboge. HEX triplet: DB, A2 and 09. RGB value is (219,162,9). Sum of RGB (Red+Green+Blue) = 219+162+9=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 9 (3.91% from 255 or 2.31% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA209 is #245DF6. Grayscale: #A2A2A2. Windows color (decimal): -2383351 or 631515. OLE color: 631515.

HSL color Cylindrical-coordinate representation of color #DBA209: hue angle of 43.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBA209 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 162 9 -
CMYK 0 0.26 0.96 0.14
HSL 43.71º 0.92% 0.45% -
HSV(B) 43.71º 0.96% 0.86% -
XYZ 42.18 40.92 5.93 -
YUV 161.6 41.88 168.94 -
System Red Green Blue C M Y K H S L
Decimal 219 162 9 0 0.26 0.96 0.14 43.71 0.92 0.45
Hex DB A2 9 0 1A 60 E 2C 5C 2D
Octal 333 242 11 0 32 140 16 54 134 55
Binary 11011011 10100010 1001 0 11010 1100000 1110 101100 1011100 101101

Color Harmonies of #DBA209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA209

Black with #DBA209

Text Example


Text Example

White with #DBA209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA209; }

 p { color: rgb(219,162,9); }

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

background-color css

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

 a { background-color: rgb(219,162,9); }

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

border-color css

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

 span { border-color: rgb(219,162,9); }

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