Html Css Color HEX #DBA110 Gamboge

📋 copy color: '#DBA110'

red 219 ◦ green 161 ◦ blue 16

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

Shades of Gamboge #DBA110

Tints of Gamboge #DBA110

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.66%

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

R = 55.3%
G = 40.66%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBA110 (or 0xDBA110) is known color: Gamboge. HEX triplet: DB, A1 and 10. RGB value is (219,161,16). Sum of RGB (Red+Green+Blue) = 219+161+16=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA110 is #245EEF. Grayscale: #A2A2A2. Windows color (decimal): -2383600 or 1090011. OLE color: 1090011.

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

Color convert

RGB 219 161 16 -
CMYK 0 0.26 0.93 0.14
HSL 42.86º 0.86% 0.46% -
HSV(B) 42.86º 0.93% 0.86% -
XYZ 42.05 40.59 6.11 -
YUV 161.81 45.72 168.79 -
System Red Green Blue C M Y K H S L
Decimal 219 161 16 0 0.26 0.93 0.14 42.86 0.86 0.46
Hex DB A1 10 0 1A 5D E 2B 56 2E
Octal 333 241 20 0 32 135 16 53 126 56
Binary 11011011 10100001 10000 0 11010 1011101 1110 101011 1010110 101110

Color Harmonies of #DBA110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA110

Black with #DBA110

Text Example


Text Example

White with #DBA110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA110; }

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

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

background-color css

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

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

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

border-color css

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

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

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