Html Css Color HEX #DCA00C Gamboge

📋 copy color: '#DCA00C'

red 220 ◦ green 160 ◦ blue 12

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

Shades of Gamboge #DCA00C

Tints of Gamboge #DCA00C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.82%

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

R = 56.12%
G = 40.82%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCA00C (or 0xDCA00C) is known color: Gamboge. HEX triplet: DC, A0 and 0C. RGB value is (220,160,12). Sum of RGB (Red+Green+Blue) = 220+160+12=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA00C is #235FF3. Grayscale: #A1A1A1. Windows color (decimal): -2318324 or 827612. OLE color: 827612.

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

Color convert

RGB 220 160 12 -
CMYK 0 0.27 0.95 0.14
HSL 42.69º 0.9% 0.45% -
HSV(B) 42.69º 0.95% 0.86% -
XYZ 42.15 40.38 5.92 -
YUV 161.07 43.88 170.03 -
System Red Green Blue C M Y K H S L
Decimal 220 160 12 0 0.27 0.95 0.14 42.69 0.9 0.45
Hex DC A0 C 0 1B 5F E 2B 5A 2D
Octal 334 240 14 0 33 137 16 53 132 55
Binary 11011100 10100000 1100 0 11011 1011111 1110 101011 1011010 101101

Color Harmonies of #DCA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA00C

Black with #DCA00C

Text Example


Text Example

White with #DCA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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