Html Css Color HEX #DBA709 Gamboge

📋 copy color: '#DBA709'

red 219 ◦ green 167 ◦ blue 9

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

Shades of Gamboge #DBA709

Tints of Gamboge #DBA709

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.28%

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

R = 55.44%
G = 42.28%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBA709 (or 0xDBA709) is known color: Gamboge. HEX triplet: DB, A7 and 09. RGB value is (219,167,9). Sum of RGB (Red+Green+Blue) = 219+167+9=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA709 is #2458F6. Grayscale: #A5A5A5. Windows color (decimal): -2382071 or 632795. OLE color: 632795.

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

Color convert

RGB 219 167 9 -
CMYK 0 0.24 0.96 0.14
HSL 45.14º 0.92% 0.45% -
HSV(B) 45.14º 0.96% 0.86% -
XYZ 43.08 42.72 6.23 -
YUV 164.54 40.23 166.85 -
System Red Green Blue C M Y K H S L
Decimal 219 167 9 0 0.24 0.96 0.14 45.14 0.92 0.45
Hex DB A7 9 0 18 60 E 2D 5C 2D
Octal 333 247 11 0 30 140 16 55 134 55
Binary 11011011 10100111 1001 0 11000 1100000 1110 101101 1011100 101101

Color Harmonies of #DBA709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA709

Black with #DBA709

Text Example


Text Example

White with #DBA709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA709; }

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

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

background-color css

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

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

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

border-color css

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

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

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