Html Css Color HEX #DBA910 Gamboge

📋 copy color: '#DBA910'

red 219 ◦ green 169 ◦ blue 16

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

Shades of Gamboge #DBA910

Tints of Gamboge #DBA910

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.83%

 BLUE value IS 16 (6.64% from 255) = 3.96%

R = 54.21%
G = 41.83%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBA910 (or 0xDBA910) is known color: Gamboge. HEX triplet: DB, A9 and 10. RGB value is (219,169,16). Sum of RGB (Red+Green+Blue) = 219+169+16=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA910 is #2456EF. Grayscale: #A7A7A7. Windows color (decimal): -2381552 or 1092059. OLE color: 1092059.

HSL color Cylindrical-coordinate representation of color #DBA910: hue angle of 45.22º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBA910 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 169 16 -
CMYK 0 0.23 0.93 0.14
HSL 45.22º 0.86% 0.46% -
HSV(B) 45.22º 0.93% 0.86% -
XYZ 43.49 43.47 6.59 -
YUV 166.51 43.07 165.44 -
System Red Green Blue C M Y K H S L
Decimal 219 169 16 0 0.23 0.93 0.14 45.22 0.86 0.46
Hex DB A9 10 0 17 5D E 2D 56 2E
Octal 333 251 20 0 27 135 16 55 126 56
Binary 11011011 10101001 10000 0 10111 1011101 1110 101101 1010110 101110

Color Harmonies of #DBA910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA910

Black with #DBA910

Text Example


Text Example

White with #DBA910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA910; }

 p { color: rgb(219,169,16); }

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

background-color css

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

 a { background-color: rgb(219,169,16); }

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

border-color css

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

 span { border-color: rgb(219,169,16); }

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