Html Css Color HEX #DBA607 Gamboge

📋 copy color: '#DBA607'

red 219 ◦ green 166 ◦ blue 7

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

Shades of Gamboge #DBA607

Tints of Gamboge #DBA607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.79%

R = 55.87%
G = 42.35%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBA607 (or 0xDBA607) is known color: Gamboge. HEX triplet: DB, A6 and 07. RGB value is (219,166,7). Sum of RGB (Red+Green+Blue) = 219+166+7=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA607 is #2459F8. Grayscale: #A4A4A4. Windows color (decimal): -2382329 or 501467. OLE color: 501467.

HSL color Cylindrical-coordinate representation of color #DBA607: hue angle of 45º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBA607 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 166 7 -
CMYK 0 0.24 0.97 0.14
HSL 45º 0.94% 0.44% -
HSV(B) 45º 0.97% 0.86% -
XYZ 42.89 42.35 6.11 -
YUV 163.72 39.56 167.43 -
System Red Green Blue C M Y K H S L
Decimal 219 166 7 0 0.24 0.97 0.14 45 0.94 0.44
Hex DB A6 7 0 18 61 E 2D 5E 2C
Octal 333 246 7 0 30 141 16 55 136 54
Binary 11011011 10100110 111 0 11000 1100001 1110 101101 1011110 101100

Color Harmonies of #DBA607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA607

Black with #DBA607

Text Example


Text Example

White with #DBA607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA607; }

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

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

background-color css

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

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

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

border-color css

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

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

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