Html Css Color HEX #DBA409 Gamboge

📋 copy color: '#DBA409'

red 219 ◦ green 164 ◦ blue 9

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

Shades of Gamboge #DBA409

Tints of Gamboge #DBA409

RGB

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

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

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

R = 55.87%
G = 41.84%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBA409 (or 0xDBA409) is known color: Gamboge. HEX triplet: DB, A4 and 09. RGB value is (219,164,9). Sum of RGB (Red+Green+Blue) = 219+164+9=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA409 is #245BF6. Grayscale: #A3A3A3. Windows color (decimal): -2382839 or 632027. OLE color: 632027.

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

Color convert

RGB 219 164 9 -
CMYK 0 0.25 0.96 0.14
HSL 44.29º 0.92% 0.45% -
HSV(B) 44.29º 0.96% 0.86% -
XYZ 42.54 41.63 6.05 -
YUV 162.78 41.22 168.1 -
System Red Green Blue C M Y K H S L
Decimal 219 164 9 0 0.25 0.96 0.14 44.29 0.92 0.45
Hex DB A4 9 0 19 60 E 2C 5C 2D
Octal 333 244 11 0 31 140 16 54 134 55
Binary 11011011 10100100 1001 0 11001 1100000 1110 101100 1011100 101101

Color Harmonies of #DBA409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA409

Black with #DBA409

Text Example


Text Example

White with #DBA409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA409; }

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

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

background-color css

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

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

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

border-color css

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

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

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