Html Css Color HEX #DCA20A Gamboge

📋 copy color: '#DCA20A'

red 220 ◦ green 162 ◦ blue 10

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

Shades of Gamboge #DCA20A

Tints of Gamboge #DCA20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.55%

R = 56.12%
G = 41.33%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCA20A (or 0xDCA20A) is known color: Gamboge. HEX triplet: DC, A2 and 0A. RGB value is (220,162,10). Sum of RGB (Red+Green+Blue) = 220+162+10=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA20A is #235DF5. Grayscale: #A2A2A2. Windows color (decimal): -2317814 or 697052. OLE color: 697052.

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

Color convert

RGB 220 162 10 -
CMYK 0 0.26 0.95 0.14
HSL 43.43º 0.91% 0.45% -
HSV(B) 43.43º 0.95% 0.86% -
XYZ 42.49 41.08 5.98 -
YUV 162.01 42.22 169.36 -
System Red Green Blue C M Y K H S L
Decimal 220 162 10 0 0.26 0.95 0.14 43.43 0.91 0.45
Hex DC A2 A 0 1A 5F E 2B 5B 2D
Octal 334 242 12 0 32 137 16 53 133 55
Binary 11011100 10100010 1010 0 11010 1011111 1110 101011 1011011 101101

Color Harmonies of #DCA20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA20A

Black with #DCA20A

Text Example


Text Example

White with #DCA20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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