Html Css Color HEX #DCA40C Gamboge

📋 copy color: '#DCA40C'

red 220 ◦ green 164 ◦ blue 12

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

Shades of Gamboge #DCA40C

Tints of Gamboge #DCA40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.03%

R = 55.56%
G = 41.41%
B = 3.03%

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

#DCA40C (or 0xDCA40C) is known color: Gamboge. HEX triplet: DC, A4 and 0C. RGB value is (220,164,12). Sum of RGB (Red+Green+Blue) = 220+164+12=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA40C is #235BF3. Grayscale: #A4A4A4. Windows color (decimal): -2317300 or 828636. OLE color: 828636.

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

Color convert

RGB 220 164 12 -
CMYK 0 0.25 0.95 0.14
HSL 43.85º 0.9% 0.45% -
HSV(B) 43.85º 0.95% 0.86% -
XYZ 42.86 41.79 6.16 -
YUV 163.42 42.55 168.36 -
System Red Green Blue C M Y K H S L
Decimal 220 164 12 0 0.25 0.95 0.14 43.85 0.9 0.45
Hex DC A4 C 0 19 5F E 2C 5A 2D
Octal 334 244 14 0 31 137 16 54 132 55
Binary 11011100 10100100 1100 0 11001 1011111 1110 101100 1011010 101101

Color Harmonies of #DCA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA40C

Black with #DCA40C

Text Example


Text Example

White with #DCA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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