Html Css Color HEX #DBA609 Gamboge

📋 copy color: '#DBA609'

red 219 ◦ green 166 ◦ blue 9

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

Shades of Gamboge #DBA609

Tints of Gamboge #DBA609

RGB

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

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

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

R = 55.58%
G = 42.13%
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

#DBA609 (or 0xDBA609) is known color: Gamboge. HEX triplet: DB, A6 and 09. RGB value is (219,166,9). Sum of RGB (Red+Green+Blue) = 219+166+9=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA609 is #2459F6. Grayscale: #A4A4A4. Windows color (decimal): -2382327 or 632539. OLE color: 632539.

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

Color convert

RGB 219 166 9 -
CMYK 0 0.24 0.96 0.14
HSL 44.86º 0.92% 0.45% -
HSV(B) 44.86º 0.96% 0.86% -
XYZ 42.9 42.35 6.17 -
YUV 163.95 40.56 167.27 -
System Red Green Blue C M Y K H S L
Decimal 219 166 9 0 0.24 0.96 0.14 44.86 0.92 0.45
Hex DB A6 9 0 18 60 E 2D 5C 2D
Octal 333 246 11 0 30 140 16 55 134 55
Binary 11011011 10100110 1001 0 11000 1100000 1110 101101 1011100 101101

Color Harmonies of #DBA609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA609

Black with #DBA609

Text Example


Text Example

White with #DBA609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA609; }

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

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

background-color css

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

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

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

border-color css

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

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

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