Html Css Color HEX #DBA405 Gamboge

📋 copy color: '#DBA405'

red 219 ◦ green 164 ◦ blue 5

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

Shades of Gamboge #DBA405

Tints of Gamboge #DBA405

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.27%

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

R = 56.44%
G = 42.27%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBA405 (or 0xDBA405) is known color: Gamboge. HEX triplet: DB, A4 and 05. RGB value is (219,164,5). Sum of RGB (Red+Green+Blue) = 219+164+5=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA405 is #245BFA. Grayscale: #A3A3A3. Windows color (decimal): -2382843 or 369883. OLE color: 369883.

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

Color convert

RGB 219 164 5 -
CMYK 0 0.25 0.98 0.14
HSL 44.58º 0.96% 0.44% -
HSV(B) 44.58º 0.98% 0.86% -
XYZ 42.52 41.62 5.94 -
YUV 162.32 39.22 168.43 -
System Red Green Blue C M Y K H S L
Decimal 219 164 5 0 0.25 0.98 0.14 44.58 0.96 0.44
Hex DB A4 5 0 19 62 E 2D 60 2C
Octal 333 244 5 0 31 142 16 55 140 54
Binary 11011011 10100100 101 0 11001 1100010 1110 101101 1100000 101100

Color Harmonies of #DBA405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA405

Black with #DBA405

Text Example


Text Example

White with #DBA405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA405; }

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

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

background-color css

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

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

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

border-color css

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

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

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