Html Css Color HEX #DCA314 Gamboge

📋 copy color: '#DCA314'

red 220 ◦ green 163 ◦ blue 20

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

Shades of Gamboge #DCA314

Tints of Gamboge #DCA314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 54.59%
G = 40.45%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCA314 (or 0xDCA314) is known color: Gamboge. HEX triplet: DC, A3 and 14. RGB value is (220,163,20). Sum of RGB (Red+Green+Blue) = 220+163+20=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA314 is #235CEB. Grayscale: #A4A4A4. Windows color (decimal): -2317548 or 1352668. OLE color: 1352668.

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

Color convert

RGB 220 163 20 -
CMYK 0 0.26 0.91 0.14
HSL 42.9º 0.83% 0.47% -
HSV(B) 42.9º 0.91% 0.86% -
XYZ 42.74 41.46 6.41 -
YUV 163.74 46.88 168.13 -
System Red Green Blue C M Y K H S L
Decimal 220 163 20 0 0.26 0.91 0.14 42.9 0.83 0.47
Hex DC A3 14 0 1A 5B E 2B 53 2F
Octal 334 243 24 0 32 133 16 53 123 57
Binary 11011100 10100011 10100 0 11010 1011011 1110 101011 1010011 101111

Color Harmonies of #DCA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA314

Black with #DCA314

Text Example


Text Example

White with #DCA314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA314; }

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

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

background-color css

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

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

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

border-color css

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

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

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