Html Css Color HEX #DBA506 Gamboge

📋 copy color: '#DBA506'

red 219 ◦ green 165 ◦ blue 6

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

Shades of Gamboge #DBA506

Tints of Gamboge #DBA506

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.31%

 BLUE value IS 6 (2.73% from 255) = 1.54%

R = 56.15%
G = 42.31%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBA506 (or 0xDBA506) is known color: Gamboge. HEX triplet: DB, A5 and 06. RGB value is (219,165,6). Sum of RGB (Red+Green+Blue) = 219+165+6=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA506 is #245AF9. Grayscale: #A3A3A3. Windows color (decimal): -2382586 or 435675. OLE color: 435675.

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

Color convert

RGB 219 165 6 -
CMYK 0 0.25 0.97 0.14
HSL 44.79º 0.95% 0.44% -
HSV(B) 44.79º 0.97% 0.86% -
XYZ 42.7 41.98 6.03 -
YUV 163.02 39.39 167.93 -
System Red Green Blue C M Y K H S L
Decimal 219 165 6 0 0.25 0.97 0.14 44.79 0.95 0.44
Hex DB A5 6 0 19 61 E 2D 5F 2C
Octal 333 245 6 0 31 141 16 55 137 54
Binary 11011011 10100101 110 0 11001 1100001 1110 101101 1011111 101100

Color Harmonies of #DBA506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA506

Black with #DBA506

Text Example


Text Example

White with #DBA506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA506; }

 p { color: rgb(219,165,6); }

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

background-color css

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

 a { background-color: rgb(219,165,6); }

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

border-color css

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

 span { border-color: rgb(219,165,6); }

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