Html Css Color HEX #DCA211 Gamboge

📋 copy color: '#DCA211'

red 220 ◦ green 162 ◦ blue 17

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

Shades of Gamboge #DCA211

Tints of Gamboge #DCA211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.26%

R = 55.14%
G = 40.6%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCA211 (or 0xDCA211) is known color: Gamboge. HEX triplet: DC, A2 and 11. RGB value is (220,162,17). Sum of RGB (Red+Green+Blue) = 220+162+17=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA211 is #235DEE. Grayscale: #A3A3A3. Windows color (decimal): -2317807 or 1155804. OLE color: 1155804.

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

Color convert

RGB 220 162 17 -
CMYK 0 0.26 0.92 0.14
HSL 42.86º 0.86% 0.46% -
HSV(B) 42.86º 0.92% 0.86% -
XYZ 42.54 41.1 6.22 -
YUV 162.81 45.72 168.79 -
System Red Green Blue C M Y K H S L
Decimal 220 162 17 0 0.26 0.92 0.14 42.86 0.86 0.46
Hex DC A2 11 0 1A 5C E 2B 56 2E
Octal 334 242 21 0 32 134 16 53 126 56
Binary 11011100 10100010 10001 0 11010 1011100 1110 101011 1010110 101110

Color Harmonies of #DCA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA211

Black with #DCA211

Text Example


Text Example

White with #DCA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA211; }

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

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

background-color css

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

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

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

border-color css

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

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

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