Html Css Color HEX #DBA105 Gamboge

📋 copy color: '#DBA105'

red 219 ◦ green 161 ◦ blue 5

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

Shades of Gamboge #DBA105

Tints of Gamboge #DBA105

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.82%

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 56.88%
G = 41.82%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBA105 (or 0xDBA105) is known color: Gamboge. HEX triplet: DB, A1 and 05. RGB value is (219,161,5). Sum of RGB (Red+Green+Blue) = 219+161+5=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA105 is #245EFA. Grayscale: #A1A1A1. Windows color (decimal): -2383611 or 369115. OLE color: 369115.

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

Color convert

RGB 219 161 5 -
CMYK 0 0.26 0.98 0.14
HSL 43.74º 0.96% 0.44% -
HSV(B) 43.74º 0.98% 0.86% -
XYZ 41.99 40.56 5.76 -
YUV 160.56 40.22 169.68 -
System Red Green Blue C M Y K H S L
Decimal 219 161 5 0 0.26 0.98 0.14 43.74 0.96 0.44
Hex DB A1 5 0 1A 62 E 2C 60 2C
Octal 333 241 5 0 32 142 16 54 140 54
Binary 11011011 10100001 101 0 11010 1100010 1110 101100 1100000 101100

Color Harmonies of #DBA105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA105

Black with #DBA105

Text Example


Text Example

White with #DBA105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA105; }

 p { color: rgb(219,161,5); }

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

background-color css

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

 a { background-color: rgb(219,161,5); }

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

border-color css

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

 span { border-color: rgb(219,161,5); }

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