Html Css Color HEX #DCA613 Gamboge

📋 copy color: '#DCA613'

red 220 ◦ green 166 ◦ blue 19

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

Shades of Gamboge #DCA613

Tints of Gamboge #DCA613

RGB

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

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

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

R = 54.32%
G = 40.99%
B = 4.69%

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

#DCA613 (or 0xDCA613) is known color: Gamboge. HEX triplet: DC, A6 and 13. RGB value is (220,166,19). Sum of RGB (Red+Green+Blue) = 220+166+19=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA613 is #2359EC. Grayscale: #A6A6A6. Windows color (decimal): -2316781 or 1287900. OLE color: 1287900.

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

Color convert

RGB 220 166 19 -
CMYK 0 0.25 0.91 0.14
HSL 43.88º 0.84% 0.47% -
HSV(B) 43.88º 0.91% 0.86% -
XYZ 43.27 42.54 6.55 -
YUV 165.39 45.39 166.95 -
System Red Green Blue C M Y K H S L
Decimal 220 166 19 0 0.25 0.91 0.14 43.88 0.84 0.47
Hex DC A6 13 0 19 5B E 2C 54 2F
Octal 334 246 23 0 31 133 16 54 124 57
Binary 11011100 10100110 10011 0 11001 1011011 1110 101100 1010100 101111

Color Harmonies of #DCA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA613

Black with #DCA613

Text Example


Text Example

White with #DCA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA613; }

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

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

background-color css

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

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

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

border-color css

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

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

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