Html Css Color HEX #DCA407 Gamboge

📋 copy color: '#DCA407'

red 220 ◦ green 164 ◦ blue 7

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

Shades of Gamboge #DCA407

Tints of Gamboge #DCA407

RGB

 RED value IS 220 (86.33% from 255) = 56.27%

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

 BLUE value IS 7 (3.13% from 255) = 1.79%

R = 56.27%
G = 41.94%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCA407 (or 0xDCA407) is known color: Gamboge. HEX triplet: DC, A4 and 07. RGB value is (220,164,7). Sum of RGB (Red+Green+Blue) = 220+164+7=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 7 (3.12% from 255 or 1.79% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA407 is #235BF8. Grayscale: #A3A3A3. Windows color (decimal): -2317305 or 500956. OLE color: 500956.

HSL color Cylindrical-coordinate representation of color #DCA407: hue angle of 44.23º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCA407 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 164 7 -
CMYK 0 0.25 0.97 0.14
HSL 44.23º 0.94% 0.45% -
HSV(B) 44.23º 0.97% 0.86% -
XYZ 42.83 41.78 6.01 -
YUV 162.85 40.05 168.77 -
System Red Green Blue C M Y K H S L
Decimal 220 164 7 0 0.25 0.97 0.14 44.23 0.94 0.45
Hex DC A4 7 0 19 61 E 2C 5E 2D
Octal 334 244 7 0 31 141 16 54 136 55
Binary 11011100 10100100 111 0 11001 1100001 1110 101100 1011110 101101

Color Harmonies of #DCA407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA407

Black with #DCA407

Text Example


Text Example

White with #DCA407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA407; }

 p { color: rgb(220,164,7); }

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

background-color css

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

 a { background-color: rgb(220,164,7); }

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

border-color css

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

 span { border-color: rgb(220,164,7); }

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