Html Css Color HEX #DBA505 Gamboge

📋 copy color: '#DBA505'

red 219 ◦ green 165 ◦ blue 5

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

Shades of Gamboge #DBA505

Tints of Gamboge #DBA505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.29%

R = 56.3%
G = 42.42%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBA505 (or 0xDBA505) is known color: Gamboge. HEX triplet: DB, A5 and 05. RGB value is (219,165,5). Sum of RGB (Red+Green+Blue) = 219+165+5=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA505 is #245AFA. Grayscale: #A3A3A3. Windows color (decimal): -2382587 or 370139. OLE color: 370139.

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

Color convert

RGB 219 165 5 -
CMYK 0 0.25 0.98 0.14
HSL 44.86º 0.96% 0.44% -
HSV(B) 44.86º 0.98% 0.86% -
XYZ 42.7 41.98 6 -
YUV 162.91 38.89 168.01 -
System Red Green Blue C M Y K H S L
Decimal 219 165 5 0 0.25 0.98 0.14 44.86 0.96 0.44
Hex DB A5 5 0 19 62 E 2D 60 2C
Octal 333 245 5 0 31 142 16 55 140 54
Binary 11011011 10100101 101 0 11001 1100010 1110 101101 1100000 101100

Color Harmonies of #DBA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA505

Black with #DBA505

Text Example


Text Example

White with #DBA505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA505; }

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

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

background-color css

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

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

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

border-color css

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

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

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