Html Css Color HEX #DCA105 Gamboge

📋 copy color: '#DCA105'

red 220 ◦ green 161 ◦ blue 5

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

Shades of Gamboge #DCA105

Tints of Gamboge #DCA105

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.71%

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 56.99%
G = 41.71%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCA105 (or 0xDCA105) is known color: Gamboge. HEX triplet: DC, A1 and 05. RGB value is (220,161,5). Sum of RGB (Red+Green+Blue) = 220+161+5=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA105 is #235EFA. Grayscale: #A1A1A1. Windows color (decimal): -2318075 or 369116. OLE color: 369116.

HSL color Cylindrical-coordinate representation of color #DCA105: hue angle of 43.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCA105 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 161 5 -
CMYK 0 0.27 0.98 0.14
HSL 43.53º 0.96% 0.44% -
HSV(B) 43.53º 0.98% 0.86% -
XYZ 42.29 40.72 5.77 -
YUV 160.86 40.05 170.18 -
System Red Green Blue C M Y K H S L
Decimal 220 161 5 0 0.27 0.98 0.14 43.53 0.96 0.44
Hex DC A1 5 0 1B 62 E 2C 60 2C
Octal 334 241 5 0 33 142 16 54 140 54
Binary 11011100 10100001 101 0 11011 1100010 1110 101100 1100000 101100

Color Harmonies of #DCA105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA105

Black with #DCA105

Text Example


Text Example

White with #DCA105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA105; }

 p { color: rgb(220,161,5); }

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

background-color css

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

 a { background-color: rgb(220,161,5); }

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

border-color css

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

 span { border-color: rgb(220,161,5); }

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