Html Css Color HEX #DCA40A Gamboge

📋 copy color: '#DCA40A'

red 220 ◦ green 164 ◦ blue 10

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

Shades of Gamboge #DCA40A

Tints of Gamboge #DCA40A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.62%

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

R = 55.84%
G = 41.62%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCA40A (or 0xDCA40A) is known color: Gamboge. HEX triplet: DC, A4 and 0A. RGB value is (220,164,10). Sum of RGB (Red+Green+Blue) = 220+164+10=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA40A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA40A is #235BF5. Grayscale: #A3A3A3. Windows color (decimal): -2317302 or 697564. OLE color: 697564.

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

Color convert

RGB 220 164 10 -
CMYK 0 0.25 0.95 0.14
HSL 44º 0.91% 0.45% -
HSV(B) 44º 0.95% 0.86% -
XYZ 42.85 41.79 6.09 -
YUV 163.19 41.55 168.52 -
System Red Green Blue C M Y K H S L
Decimal 220 164 10 0 0.25 0.95 0.14 44 0.91 0.45
Hex DC A4 A 0 19 5F E 2C 5B 2D
Octal 334 244 12 0 31 137 16 54 133 55
Binary 11011100 10100100 1010 0 11001 1011111 1110 101100 1011011 101101

Color Harmonies of #DCA40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA40A

Black with #DCA40A

Text Example


Text Example

White with #DCA40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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