Html Css Color HEX #DCA513 Gamboge

📋 copy color: '#DCA513'

red 220 ◦ green 165 ◦ blue 19

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

Shades of Gamboge #DCA513

Tints of Gamboge #DCA513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.7%

R = 54.46%
G = 40.84%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCA513 (or 0xDCA513) is known color: Gamboge. HEX triplet: DC, A5 and 13. RGB value is (220,165,19). Sum of RGB (Red+Green+Blue) = 220+165+19=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA513 is #235AEC. Grayscale: #A5A5A5. Windows color (decimal): -2317037 or 1287644. OLE color: 1287644.

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

Color convert

RGB 220 165 19 -
CMYK 0 0.25 0.91 0.14
HSL 43.58º 0.84% 0.47% -
HSV(B) 43.58º 0.91% 0.86% -
XYZ 43.09 42.17 6.49 -
YUV 164.8 45.72 167.37 -
System Red Green Blue C M Y K H S L
Decimal 220 165 19 0 0.25 0.91 0.14 43.58 0.84 0.47
Hex DC A5 13 0 19 5B E 2C 54 2F
Octal 334 245 23 0 31 133 16 54 124 57
Binary 11011100 10100101 10011 0 11001 1011011 1110 101100 1010100 101111

Color Harmonies of #DCA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA513

Black with #DCA513

Text Example


Text Example

White with #DCA513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA513; }

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

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

background-color css

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

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

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

border-color css

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

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

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