Html Css Color HEX #DCA401 Gamboge

📋 copy color: '#DCA401'

red 220 ◦ green 164 ◦ blue 1

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

Shades of Gamboge #DCA401

Tints of Gamboge #DCA401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 57.14%
G = 42.6%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCA401 (or 0xDCA401) is known color: Gamboge. HEX triplet: DC, A4 and 01. RGB value is (220,164,1). Sum of RGB (Red+Green+Blue) = 220+164+1=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA401 is #235BFE. Grayscale: #A2A2A2. Windows color (decimal): -2317311 or 107740. OLE color: 107740.

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

Color convert

RGB 220 164 1 -
CMYK 0 0.25 1.00 0.14
HSL 44.66º 0.99% 0.43% -
HSV(B) 44.66º 1% 0.86% -
XYZ 42.8 41.77 5.84 -
YUV 162.16 37.05 169.25 -
System Red Green Blue C M Y K H S L
Decimal 220 164 1 0 0.25 1.00 0.14 44.66 0.99 0.43
Hex DC A4 1 0 19 64 E 2D 63 2B
Octal 334 244 1 0 31 144 16 55 143 53
Binary 11011100 10100100 1 0 11001 1100100 1110 101101 1100011 101011

Color Harmonies of #DCA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA401

Black with #DCA401

Text Example


Text Example

White with #DCA401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA401; }

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

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

background-color css

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

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

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

border-color css

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

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

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