Html Css Color HEX #DBA206 Gamboge

📋 copy color: '#DBA206'

red 219 ◦ green 162 ◦ blue 6

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

Shades of Gamboge #DBA206

Tints of Gamboge #DBA206

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

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

R = 56.59%
G = 41.86%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBA206 (or 0xDBA206) is known color: Gamboge. HEX triplet: DB, A2 and 06. RGB value is (219,162,6). Sum of RGB (Red+Green+Blue) = 219+162+6=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA206 is #245DF9. Grayscale: #A1A1A1. Windows color (decimal): -2383354 or 434907. OLE color: 434907.

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

Color convert

RGB 219 162 6 -
CMYK 0 0.26 0.97 0.14
HSL 43.94º 0.95% 0.44% -
HSV(B) 43.94º 0.97% 0.86% -
XYZ 42.17 40.91 5.85 -
YUV 161.26 40.38 169.18 -
System Red Green Blue C M Y K H S L
Decimal 219 162 6 0 0.26 0.97 0.14 43.94 0.95 0.44
Hex DB A2 6 0 1A 61 E 2C 5F 2C
Octal 333 242 6 0 32 141 16 54 137 54
Binary 11011011 10100010 110 0 11010 1100001 1110 101100 1011111 101100

Color Harmonies of #DBA206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA206

Black with #DBA206

Text Example


Text Example

White with #DBA206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA206; }

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

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

background-color css

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

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

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

border-color css

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

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

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