Html Css Color HEX #DBA706 Gamboge

📋 copy color: '#DBA706'

red 219 ◦ green 167 ◦ blue 6

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

Shades of Gamboge #DBA706

Tints of Gamboge #DBA706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 55.87%
G = 42.6%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBA706 (or 0xDBA706) is known color: Gamboge. HEX triplet: DB, A7 and 06. RGB value is (219,167,6). Sum of RGB (Red+Green+Blue) = 219+167+6=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA706 is #2458F9. Grayscale: #A4A4A4. Windows color (decimal): -2382074 or 436187. OLE color: 436187.

HSL color Cylindrical-coordinate representation of color #DBA706: hue angle of 45.35º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBA706 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 167 6 -
CMYK 0 0.24 0.97 0.14
HSL 45.35º 0.95% 0.44% -
HSV(B) 45.35º 0.97% 0.86% -
XYZ 43.07 42.71 6.15 -
YUV 164.19 38.73 167.09 -
System Red Green Blue C M Y K H S L
Decimal 219 167 6 0 0.24 0.97 0.14 45.35 0.95 0.44
Hex DB A7 6 0 18 61 E 2D 5F 2C
Octal 333 247 6 0 30 141 16 55 137 54
Binary 11011011 10100111 110 0 11000 1100001 1110 101101 1011111 101100

Color Harmonies of #DBA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA706

Black with #DBA706

Text Example


Text Example

White with #DBA706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA706; }

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

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

background-color css

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

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

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

border-color css

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

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

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