Html Css Color HEX #DCA511 Gamboge

📋 copy color: '#DCA511'

red 220 ◦ green 165 ◦ blue 17

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

Shades of Gamboge #DCA511

Tints of Gamboge #DCA511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.04%

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

R = 54.73%
G = 41.04%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCA511 (or 0xDCA511) is known color: Gamboge. HEX triplet: DC, A5 and 11. RGB value is (220,165,17). Sum of RGB (Red+Green+Blue) = 220+165+17=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA511 is #235AEE. Grayscale: #A5A5A5. Windows color (decimal): -2317039 or 1156572. OLE color: 1156572.

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

Color convert

RGB 220 165 17 -
CMYK 0 0.25 0.92 0.14
HSL 43.74º 0.86% 0.46% -
HSV(B) 43.74º 0.92% 0.86% -
XYZ 43.07 42.17 6.4 -
YUV 164.57 44.72 167.53 -
System Red Green Blue C M Y K H S L
Decimal 220 165 17 0 0.25 0.92 0.14 43.74 0.86 0.46
Hex DC A5 11 0 19 5C E 2C 56 2E
Octal 334 245 21 0 31 134 16 54 126 56
Binary 11011100 10100101 10001 0 11001 1011100 1110 101100 1010110 101110

Color Harmonies of #DCA511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA511

Black with #DCA511

Text Example


Text Example

White with #DCA511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA511; }

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

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

background-color css

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

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

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

border-color css

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

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

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