Html Css Color HEX #DCA006 Gamboge

📋 copy color: '#DCA006'

red 220 ◦ green 160 ◦ blue 6

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

Shades of Gamboge #DCA006

Tints of Gamboge #DCA006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 56.99%
G = 41.45%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCA006 (or 0xDCA006) is known color: Gamboge. HEX triplet: DC, A0 and 06. RGB value is (220,160,6). Sum of RGB (Red+Green+Blue) = 220+160+6=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA006 is #235FF9. Grayscale: #A1A1A1. Windows color (decimal): -2318330 or 434396. OLE color: 434396.

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

Color convert

RGB 220 160 6 -
CMYK 0 0.27 0.97 0.14
HSL 43.18º 0.95% 0.44% -
HSV(B) 43.18º 0.97% 0.86% -
XYZ 42.12 40.37 5.74 -
YUV 160.38 40.88 170.52 -
System Red Green Blue C M Y K H S L
Decimal 220 160 6 0 0.27 0.97 0.14 43.18 0.95 0.44
Hex DC A0 6 0 1B 61 E 2B 5F 2C
Octal 334 240 6 0 33 141 16 53 137 54
Binary 11011100 10100000 110 0 11011 1100001 1110 101011 1011111 101100

Color Harmonies of #DCA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA006

Black with #DCA006

Text Example


Text Example

White with #DCA006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA006; }

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

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

background-color css

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

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

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

border-color css

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

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

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