Html Css Color HEX #DCA014 Gamboge

📋 copy color: '#DCA014'

red 220 ◦ green 160 ◦ blue 20

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

Shades of Gamboge #DCA014

Tints of Gamboge #DCA014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40%

 BLUE value IS 20 (8.2% from 255) = 5%

R = 55%
G = 40%
B = 5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCA014 (or 0xDCA014) is known color: Gamboge. HEX triplet: DC, A0 and 14. RGB value is (220,160,20). Sum of RGB (Red+Green+Blue) = 220+160+20=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA014 is #235FEB. Grayscale: #A2A2A2. Windows color (decimal): -2318316 or 1351900. OLE color: 1351900.

HSL color Cylindrical-coordinate representation of color #DCA014: hue angle of 42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCA014 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 20 -
CMYK 0 0.27 0.91 0.14
HSL 42º 0.83% 0.47% -
HSV(B) 42º 0.91% 0.86% -
XYZ 42.21 40.41 6.24 -
YUV 161.98 47.88 169.38 -
System Red Green Blue C M Y K H S L
Decimal 220 160 20 0 0.27 0.91 0.14 42 0.83 0.47
Hex DC A0 14 0 1B 5B E 2A 53 2F
Octal 334 240 24 0 33 133 16 52 123 57
Binary 11011100 10100000 10100 0 11011 1011011 1110 101010 1010011 101111

Color Harmonies of #DCA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA014

Black with #DCA014

Text Example


Text Example

White with #DCA014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA014; }

 p { color: rgb(220,160,20); }

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

background-color css

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

 a { background-color: rgb(220,160,20); }

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

border-color css

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

 span { border-color: rgb(220,160,20); }

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