Html Css Color HEX #DCA204 Gamboge

📋 copy color: '#DCA204'

red 220 ◦ green 162 ◦ blue 4

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

Shades of Gamboge #DCA204

Tints of Gamboge #DCA204

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.97%

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 56.99%
G = 41.97%
B = 1.04%

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

#DCA204 (or 0xDCA204) is known color: Gamboge. HEX triplet: DC, A2 and 04. RGB value is (220,162,4). Sum of RGB (Red+Green+Blue) = 220+162+4=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA204 is #235DFB. Grayscale: #A2A2A2. Windows color (decimal): -2317820 or 303836. OLE color: 303836.

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

Color convert

RGB 220 162 4 -
CMYK 0 0.26 0.98 0.14
HSL 43.89º 0.96% 0.44% -
HSV(B) 43.89º 0.98% 0.86% -
XYZ 42.46 41.07 5.8 -
YUV 161.33 39.22 169.85 -
System Red Green Blue C M Y K H S L
Decimal 220 162 4 0 0.26 0.98 0.14 43.89 0.96 0.44
Hex DC A2 4 0 1A 62 E 2C 60 2C
Octal 334 242 4 0 32 142 16 54 140 54
Binary 11011100 10100010 100 0 11010 1100010 1110 101100 1100000 101100

Color Harmonies of #DCA204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA204

Black with #DCA204

Text Example


Text Example

White with #DCA204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA204; }

 p { color: rgb(220,162,4); }

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

background-color css

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

 a { background-color: rgb(220,162,4); }

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

border-color css

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

 span { border-color: rgb(220,162,4); }

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