Html Css Color HEX #DBA305 Gamboge

📋 copy color: '#DBA305'

red 219 ◦ green 163 ◦ blue 5

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

Shades of Gamboge #DBA305

Tints of Gamboge #DBA305

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.12%

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

R = 56.59%
G = 42.12%
B = 1.29%

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

#DBA305 (or 0xDBA305) is known color: Gamboge. HEX triplet: DB, A3 and 05. RGB value is (219,163,5). Sum of RGB (Red+Green+Blue) = 219+163+5=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA305 is #245CFA. Grayscale: #A2A2A2. Windows color (decimal): -2383099 or 369627. OLE color: 369627.

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

Color convert

RGB 219 163 5 -
CMYK 0 0.26 0.98 0.14
HSL 44.3º 0.96% 0.44% -
HSV(B) 44.3º 0.98% 0.86% -
XYZ 42.34 41.27 5.88 -
YUV 161.73 39.55 168.85 -
System Red Green Blue C M Y K H S L
Decimal 219 163 5 0 0.26 0.98 0.14 44.3 0.96 0.44
Hex DB A3 5 0 1A 62 E 2C 60 2C
Octal 333 243 5 0 32 142 16 54 140 54
Binary 11011011 10100011 101 0 11010 1100010 1110 101100 1100000 101100

Color Harmonies of #DBA305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA305

Black with #DBA305

Text Example


Text Example

White with #DBA305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA305; }

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

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

background-color css

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

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

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

border-color css

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

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

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