Html Css Color HEX #DCA20D Gamboge

📋 copy color: '#DCA20D'

red 220 ◦ green 162 ◦ blue 13

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

Shades of Gamboge #DCA20D

Tints of Gamboge #DCA20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.01%

 BLUE value IS 13 (5.47% from 255) = 3.29%

R = 55.7%
G = 41.01%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCA20D (or 0xDCA20D) is known color: Gamboge. HEX triplet: DC, A2 and 0D. RGB value is (220,162,13). Sum of RGB (Red+Green+Blue) = 220+162+13=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA20D is #235DF2. Grayscale: #A3A3A3. Windows color (decimal): -2317811 or 893660. OLE color: 893660.

HSL color Cylindrical-coordinate representation of color #DCA20D: hue angle of 43.19º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCA20D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 162 13 -
CMYK 0 0.26 0.94 0.14
HSL 43.19º 0.89% 0.46% -
HSV(B) 43.19º 0.94% 0.86% -
XYZ 42.51 41.09 6.07 -
YUV 162.36 43.72 169.12 -
System Red Green Blue C M Y K H S L
Decimal 220 162 13 0 0.26 0.94 0.14 43.19 0.89 0.46
Hex DC A2 D 0 1A 5E E 2B 59 2E
Octal 334 242 15 0 32 136 16 53 131 56
Binary 11011100 10100010 1101 0 11010 1011110 1110 101011 1011001 101110

Color Harmonies of #DCA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA20D

Black with #DCA20D

Text Example


Text Example

White with #DCA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA20D; }

 p { color: rgb(220,162,13); }

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

background-color css

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

 a { background-color: rgb(220,162,13); }

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

border-color css

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

 span { border-color: rgb(220,162,13); }

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