Html Css Color HEX #DBA006 Gamboge

📋 copy color: '#DBA006'

red 219 ◦ green 160 ◦ blue 6

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

Shades of Gamboge #DBA006

Tints of Gamboge #DBA006

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.56%

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

R = 56.88%
G = 41.56%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DBA006 (or 0xDBA006) is known color: Gamboge. HEX triplet: DB, A0 and 06. RGB value is (219,160,6). Sum of RGB (Red+Green+Blue) = 219+160+6=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA006 is #245FF9. Grayscale: #A0A0A0. Windows color (decimal): -2383866 or 434395. OLE color: 434395.

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

Color convert

RGB 219 160 6 -
CMYK 0 0.27 0.97 0.14
HSL 43.38º 0.95% 0.44% -
HSV(B) 43.38º 0.97% 0.86% -
XYZ 41.82 40.21 5.73 -
YUV 160.09 41.05 170.02 -
System Red Green Blue C M Y K H S L
Decimal 219 160 6 0 0.27 0.97 0.14 43.38 0.95 0.44
Hex DB A0 6 0 1B 61 E 2B 5F 2C
Octal 333 240 6 0 33 141 16 53 137 54
Binary 11011011 10100000 110 0 11011 1100001 1110 101011 1011111 101100

Color Harmonies of #DBA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA006

Black with #DBA006

Text Example


Text Example

White with #DBA006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA006; }

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

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

background-color css

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

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

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

border-color css

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

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

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