Html Css Color HEX #DCA311 Gamboge

📋 copy color: '#DCA311'

red 220 ◦ green 163 ◦ blue 17

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

Shades of Gamboge #DCA311

Tints of Gamboge #DCA311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.25%

R = 55%
G = 40.75%
B = 4.25%

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

#DCA311 (or 0xDCA311) is known color: Gamboge. HEX triplet: DC, A3 and 11. RGB value is (220,163,17). Sum of RGB (Red+Green+Blue) = 220+163+17=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA311 is #235CEE. Grayscale: #A4A4A4. Windows color (decimal): -2317551 or 1156060. OLE color: 1156060.

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

Color convert

RGB 220 163 17 -
CMYK 0 0.26 0.92 0.14
HSL 43.15º 0.86% 0.46% -
HSV(B) 43.15º 0.92% 0.86% -
XYZ 42.71 41.45 6.28 -
YUV 163.4 45.38 168.37 -
System Red Green Blue C M Y K H S L
Decimal 220 163 17 0 0.26 0.92 0.14 43.15 0.86 0.46
Hex DC A3 11 0 1A 5C E 2B 56 2E
Octal 334 243 21 0 32 134 16 53 126 56
Binary 11011100 10100011 10001 0 11010 1011100 1110 101011 1010110 101110

Color Harmonies of #DCA311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA311

Black with #DCA311

Text Example


Text Example

White with #DCA311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA311; }

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

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

background-color css

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

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

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

border-color css

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

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

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