Html Css Color HEX #DCA610 Gamboge

📋 copy color: '#DCA610'

red 220 ◦ green 166 ◦ blue 16

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

Shades of Gamboge #DCA610

Tints of Gamboge #DCA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.29%

 BLUE value IS 16 (6.64% from 255) = 3.98%

R = 54.73%
G = 41.29%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCA610 (or 0xDCA610) is known color: Gamboge. HEX triplet: DC, A6 and 10. RGB value is (220,166,16). Sum of RGB (Red+Green+Blue) = 220+166+16=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA610 is #2359EF. Grayscale: #A5A5A5. Windows color (decimal): -2316784 or 1091292. OLE color: 1091292.

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

Color convert

RGB 220 166 16 -
CMYK 0 0.25 0.93 0.14
HSL 44.12º 0.86% 0.46% -
HSV(B) 44.12º 0.93% 0.86% -
XYZ 43.24 42.53 6.42 -
YUV 165.05 43.89 167.2 -
System Red Green Blue C M Y K H S L
Decimal 220 166 16 0 0.25 0.93 0.14 44.12 0.86 0.46
Hex DC A6 10 0 19 5D E 2C 56 2E
Octal 334 246 20 0 31 135 16 54 126 56
Binary 11011100 10100110 10000 0 11001 1011101 1110 101100 1010110 101110

Color Harmonies of #DCA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA610

Black with #DCA610

Text Example


Text Example

White with #DCA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA610; }

 p { color: rgb(220,166,16); }

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

background-color css

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

 a { background-color: rgb(220,166,16); }

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

border-color css

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

 span { border-color: rgb(220,166,16); }

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