Html Css Color HEX #DCA60F Gamboge

📋 copy color: '#DCA60F'

red 220 ◦ green 166 ◦ blue 15

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

Shades of Gamboge #DCA60F

Tints of Gamboge #DCA60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.74%

R = 54.86%
G = 41.4%
B = 3.74%

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

#DCA60F (or 0xDCA60F) is known color: Gamboge. HEX triplet: DC, A6 and 0F. RGB value is (220,166,15). Sum of RGB (Red+Green+Blue) = 220+166+15=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA60F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA60F is #2359F0. Grayscale: #A5A5A5. Windows color (decimal): -2316785 or 1025756. OLE color: 1025756.

HSL color Cylindrical-coordinate representation of color #DCA60F: hue angle of 44.2º degrees, saturation: 0.87, 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 #DCA60F is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 166 15 -
CMYK 0 0.25 0.93 0.14
HSL 44.2º 0.87% 0.46% -
HSV(B) 44.2º 0.93% 0.86% -
XYZ 43.24 42.52 6.38 -
YUV 164.93 43.39 167.28 -
System Red Green Blue C M Y K H S L
Decimal 220 166 15 0 0.25 0.93 0.14 44.2 0.87 0.46
Hex DC A6 F 0 19 5D E 2C 57 2E
Octal 334 246 17 0 31 135 16 54 127 56
Binary 11011100 10100110 1111 0 11001 1011101 1110 101100 1010111 101110

Color Harmonies of #DCA60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA60F

Black with #DCA60F

Text Example


Text Example

White with #DCA60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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