Html Css Color HEX #DCA312 Gamboge

📋 copy color: '#DCA312'

red 220 ◦ green 163 ◦ blue 18

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

Shades of Gamboge #DCA312

Tints of Gamboge #DCA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

 BLUE value IS 18 (7.42% from 255) = 4.49%

R = 54.86%
G = 40.65%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCA312 (or 0xDCA312) is known color: Gamboge. HEX triplet: DC, A3 and 12. RGB value is (220,163,18). Sum of RGB (Red+Green+Blue) = 220+163+18=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA312 is #235CED. Grayscale: #A4A4A4. Windows color (decimal): -2317550 or 1221596. OLE color: 1221596.

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

Color convert

RGB 220 163 18 -
CMYK 0 0.26 0.92 0.14
HSL 43.07º 0.85% 0.47% -
HSV(B) 43.07º 0.92% 0.86% -
XYZ 42.72 41.45 6.32 -
YUV 163.51 45.88 168.29 -
System Red Green Blue C M Y K H S L
Decimal 220 163 18 0 0.26 0.92 0.14 43.07 0.85 0.47
Hex DC A3 12 0 1A 5C E 2B 55 2F
Octal 334 243 22 0 32 134 16 53 125 57
Binary 11011100 10100011 10010 0 11010 1011100 1110 101011 1010101 101111

Color Harmonies of #DCA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA312

Black with #DCA312

Text Example


Text Example

White with #DCA312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA312; }

 p { color: rgb(220,163,18); }

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

background-color css

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

 a { background-color: rgb(220,163,18); }

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

border-color css

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

 span { border-color: rgb(220,163,18); }

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