Html Css Color HEX #DBA411 Gamboge

📋 copy color: '#DBA411'

red 219 ◦ green 164 ◦ blue 17

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

Shades of Gamboge #DBA411

Tints of Gamboge #DBA411

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41%

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

R = 54.75%
G = 41%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBA411 (or 0xDBA411) is known color: Gamboge. HEX triplet: DB, A4 and 11. RGB value is (219,164,17). Sum of RGB (Red+Green+Blue) = 219+164+17=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA411 is #245BEE. Grayscale: #A4A4A4. Windows color (decimal): -2382831 or 1156315. OLE color: 1156315.

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

Color convert

RGB 219 164 17 -
CMYK 0 0.25 0.92 0.14
HSL 43.66º 0.86% 0.46% -
HSV(B) 43.66º 0.92% 0.86% -
XYZ 42.59 41.65 6.33 -
YUV 163.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 219 164 17 0 0.25 0.92 0.14 43.66 0.86 0.46
Hex DB A4 11 0 19 5C E 2C 56 2E
Octal 333 244 21 0 31 134 16 54 126 56
Binary 11011011 10100100 10001 0 11001 1011100 1110 101100 1010110 101110

Color Harmonies of #DBA411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA411

Black with #DBA411

Text Example


Text Example

White with #DBA411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA411; }

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

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

background-color css

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

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

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

border-color css

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

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

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