Html Css Color HEX #DBA711 Gamboge

📋 copy color: '#DBA711'

red 219 ◦ green 167 ◦ blue 17

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

Shades of Gamboge #DBA711

Tints of Gamboge #DBA711

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.44%

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

R = 54.34%
G = 41.44%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBA711 (or 0xDBA711) is known color: Gamboge. HEX triplet: DB, A7 and 11. RGB value is (219,167,17). Sum of RGB (Red+Green+Blue) = 219+167+17=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA711 is #2458EE. Grayscale: #A6A6A6. Windows color (decimal): -2382063 or 1157083. OLE color: 1157083.

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

Color convert

RGB 219 167 17 -
CMYK 0 0.24 0.92 0.14
HSL 44.55º 0.86% 0.46% -
HSV(B) 44.55º 0.92% 0.86% -
XYZ 43.13 42.74 6.51 -
YUV 165.45 44.23 166.2 -
System Red Green Blue C M Y K H S L
Decimal 219 167 17 0 0.24 0.92 0.14 44.55 0.86 0.46
Hex DB A7 11 0 18 5C E 2D 56 2E
Octal 333 247 21 0 30 134 16 55 126 56
Binary 11011011 10100111 10001 0 11000 1011100 1110 101101 1010110 101110

Color Harmonies of #DBA711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA711

Black with #DBA711

Text Example


Text Example

White with #DBA711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA711; }

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

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

background-color css

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

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

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

border-color css

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

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

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