Html Css Color HEX #DBA116 Gamboge

📋 copy color: '#DBA116'

red 219 ◦ green 161 ◦ blue 22

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

Shades of Gamboge #DBA116

Tints of Gamboge #DBA116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.47%

R = 54.48%
G = 40.05%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBA116 (or 0xDBA116) is known color: Gamboge. HEX triplet: DB, A1 and 16. RGB value is (219,161,22). Sum of RGB (Red+Green+Blue) = 219+161+22=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA116 is #245EE9. Grayscale: #A3A3A3. Windows color (decimal): -2383594 or 1483227. OLE color: 1483227.

HSL color Cylindrical-coordinate representation of color #DBA116: hue angle of 42.34º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBA116 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 161 22 -
CMYK 0 0.26 0.90 0.14
HSL 42.34º 0.82% 0.47% -
HSV(B) 42.34º 0.9% 0.86% -
XYZ 42.1 40.61 6.38 -
YUV 162.5 48.72 168.3 -
System Red Green Blue C M Y K H S L
Decimal 219 161 22 0 0.26 0.90 0.14 42.34 0.82 0.47
Hex DB A1 16 0 1A 5A E 2A 52 2F
Octal 333 241 26 0 32 132 16 52 122 57
Binary 11011011 10100001 10110 0 11010 1011010 1110 101010 1010010 101111

Color Harmonies of #DBA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA116

Black with #DBA116

Text Example


Text Example

White with #DBA116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA116; }

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

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

background-color css

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

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

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

border-color css

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

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

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