Html Css Color HEX #DBA211 Gamboge

📋 copy color: '#DBA211'

red 219 ◦ green 162 ◦ blue 17

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

Shades of Gamboge #DBA211

Tints of Gamboge #DBA211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.7%

 BLUE value IS 17 (7.03% from 255) = 4.27%

R = 55.03%
G = 40.7%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBA211 (or 0xDBA211) is known color: Gamboge. HEX triplet: DB, A2 and 11. RGB value is (219,162,17). Sum of RGB (Red+Green+Blue) = 219+162+17=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA211 is #245DEE. Grayscale: #A3A3A3. Windows color (decimal): -2383343 or 1155803. OLE color: 1155803.

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

Color convert

RGB 219 162 17 -
CMYK 0 0.26 0.92 0.14
HSL 43.07º 0.86% 0.46% -
HSV(B) 43.07º 0.92% 0.86% -
XYZ 42.23 40.94 6.21 -
YUV 162.51 45.88 168.29 -
System Red Green Blue C M Y K H S L
Decimal 219 162 17 0 0.26 0.92 0.14 43.07 0.86 0.46
Hex DB A2 11 0 1A 5C E 2B 56 2E
Octal 333 242 21 0 32 134 16 53 126 56
Binary 11011011 10100010 10001 0 11010 1011100 1110 101011 1010110 101110

Color Harmonies of #DBA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA211

Black with #DBA211

Text Example


Text Example

White with #DBA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA211; }

 p { color: rgb(219,162,17); }

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

background-color css

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

 a { background-color: rgb(219,162,17); }

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

border-color css

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

 span { border-color: rgb(219,162,17); }

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