Html Css Color HEX #DBA606 Gamboge

📋 copy color: '#DBA606'

red 219 ◦ green 166 ◦ blue 6

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

Shades of Gamboge #DBA606

Tints of Gamboge #DBA606

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.46%

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

R = 56.01%
G = 42.46%
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

#DBA606 (or 0xDBA606) is known color: Gamboge. HEX triplet: DB, A6 and 06. RGB value is (219,166,6). Sum of RGB (Red+Green+Blue) = 219+166+6=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA606 is #2459F9. Grayscale: #A4A4A4. Windows color (decimal): -2382330 or 435931. OLE color: 435931.

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

Color convert

RGB 219 166 6 -
CMYK 0 0.24 0.97 0.14
HSL 45.07º 0.95% 0.44% -
HSV(B) 45.07º 0.97% 0.86% -
XYZ 42.88 42.35 6.09 -
YUV 163.61 39.06 167.51 -
System Red Green Blue C M Y K H S L
Decimal 219 166 6 0 0.24 0.97 0.14 45.07 0.95 0.44
Hex DB A6 6 0 18 61 E 2D 5F 2C
Octal 333 246 6 0 30 141 16 55 137 54
Binary 11011011 10100110 110 0 11000 1100001 1110 101101 1011111 101100

Color Harmonies of #DBA606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA606

Black with #DBA606

Text Example


Text Example

White with #DBA606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA606; }

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

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

background-color css

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

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

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

border-color css

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

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

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