Html Css Color HEX #DCA400 Gamboge

📋 copy color: '#DCA400'

red 220 ◦ green 164 ◦ blue 0

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

Shades of Gamboge #DCA400

Tints of Gamboge #DCA400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.29%
G = 42.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCA400 (or 0xDCA400) is known color: Gamboge. HEX triplet: DC, A4 and 00. RGB value is (220,164,0). Sum of RGB (Red+Green+Blue) = 220+164+0=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA400 is #235BFF. Grayscale: #A2A2A2. Windows color (decimal): -2317312 or 42204. OLE color: 42204.

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

Color convert

RGB 220 164 0 -
CMYK 0 0.25 1 0.14
HSL 44.73º 1% 0.43% -
HSV(B) 44.73º 1% 0.86% -
XYZ 42.79 41.77 5.81 -
YUV 162.05 36.55 169.34 -
System Red Green Blue C M Y K H S L
Decimal 220 164 0 0 0.25 1 0.14 44.73 1 0.43
Hex DC A4 0 0 19 64 E 2D 64 2B
Octal 334 244 0 0 31 144 16 55 144 53
Binary 11011100 10100100 0 0 11001 1100100 1110 101101 1100100 101011

Color Harmonies of #DCA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA400

Black with #DCA400

Text Example


Text Example

White with #DCA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA400; }

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

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

background-color css

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

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

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

border-color css

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

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

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