Html Css Color HEX #DCA115 Gamboge

📋 copy color: '#DCA115'

red 220 ◦ green 161 ◦ blue 21

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

Shades of Gamboge #DCA115

Tints of Gamboge #DCA115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.22%

R = 54.73%
G = 40.05%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCA115 (or 0xDCA115) is known color: Gamboge. HEX triplet: DC, A1 and 15. RGB value is (220,161,21). Sum of RGB (Red+Green+Blue) = 220+161+21=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA115 is #235EEA. Grayscale: #A3A3A3. Windows color (decimal): -2318059 or 1417692. OLE color: 1417692.

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

Color convert

RGB 220 161 21 -
CMYK 0 0.27 0.90 0.14
HSL 42.21º 0.83% 0.47% -
HSV(B) 42.21º 0.9% 0.86% -
XYZ 42.4 40.76 6.34 -
YUV 162.68 48.05 168.88 -
System Red Green Blue C M Y K H S L
Decimal 220 161 21 0 0.27 0.90 0.14 42.21 0.83 0.47
Hex DC A1 15 0 1B 5A E 2A 53 2F
Octal 334 241 25 0 33 132 16 52 123 57
Binary 11011100 10100001 10101 0 11011 1011010 1110 101010 1010011 101111

Color Harmonies of #DCA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA115

Black with #DCA115

Text Example


Text Example

White with #DCA115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA115; }

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

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

background-color css

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

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

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

border-color css

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

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

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