Html Css Color HEX #DBA811 Gamboge

📋 copy color: '#DBA811'

red 219 ◦ green 168 ◦ blue 17

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

Shades of Gamboge #DBA811

Tints of Gamboge #DBA811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.58%

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

R = 54.21%
G = 41.58%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBA811 (or 0xDBA811) is known color: Gamboge. HEX triplet: DB, A8 and 11. RGB value is (219,168,17). Sum of RGB (Red+Green+Blue) = 219+168+17=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA811 is #2457EE. Grayscale: #A6A6A6. Windows color (decimal): -2381807 or 1157339. OLE color: 1157339.

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

Color convert

RGB 219 168 17 -
CMYK 0 0.23 0.92 0.14
HSL 44.85º 0.86% 0.46% -
HSV(B) 44.85º 0.92% 0.86% -
XYZ 43.32 43.11 6.57 -
YUV 166.04 43.9 165.78 -
System Red Green Blue C M Y K H S L
Decimal 219 168 17 0 0.23 0.92 0.14 44.85 0.86 0.46
Hex DB A8 11 0 17 5C E 2D 56 2E
Octal 333 250 21 0 27 134 16 55 126 56
Binary 11011011 10101000 10001 0 10111 1011100 1110 101101 1010110 101110

Color Harmonies of #DBA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA811

Black with #DBA811

Text Example


Text Example

White with #DBA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA811; }

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

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

background-color css

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

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

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

border-color css

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

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

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