Html Css Color HEX #DBA806 Gamboge

📋 copy color: '#DBA806'

red 219 ◦ green 168 ◦ blue 6

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

Shades of Gamboge #DBA806

Tints of Gamboge #DBA806

RGB

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

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

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

R = 55.73%
G = 42.75%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBA806 (or 0xDBA806) is known color: Gamboge. HEX triplet: DB, A8 and 06. RGB value is (219,168,6). Sum of RGB (Red+Green+Blue) = 219+168+6=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA806 is #2457F9. Grayscale: #A5A5A5. Windows color (decimal): -2381818 or 436443. OLE color: 436443.

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

Color convert

RGB 219 168 6 -
CMYK 0 0.23 0.97 0.14
HSL 45.63º 0.95% 0.44% -
HSV(B) 45.63º 0.97% 0.86% -
XYZ 43.25 43.08 6.21 -
YUV 164.78 38.4 166.67 -
System Red Green Blue C M Y K H S L
Decimal 219 168 6 0 0.23 0.97 0.14 45.63 0.95 0.44
Hex DB A8 6 0 17 61 E 2E 5F 2C
Octal 333 250 6 0 27 141 16 56 137 54
Binary 11011011 10101000 110 0 10111 1100001 1110 101110 1011111 101100

Color Harmonies of #DBA806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA806

Black with #DBA806

Text Example


Text Example

White with #DBA806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA806; }

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

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

background-color css

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

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

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

border-color css

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

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

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