Html Css Color HEX #DCA215 Gamboge

📋 copy color: '#DCA215'

red 220 ◦ green 162 ◦ blue 21

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

Shades of Gamboge #DCA215

Tints of Gamboge #DCA215

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.2%

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

R = 54.59%
G = 40.2%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCA215 (or 0xDCA215) is known color: Gamboge. HEX triplet: DC, A2 and 15. RGB value is (220,162,21). Sum of RGB (Red+Green+Blue) = 220+162+21=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA215 is #235DEA. Grayscale: #A3A3A3. Windows color (decimal): -2317803 or 1417948. OLE color: 1417948.

HSL color Cylindrical-coordinate representation of color #DCA215: hue angle of 42.51º 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 #DCA215 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 162 21 -
CMYK 0 0.26 0.90 0.14
HSL 42.51º 0.83% 0.47% -
HSV(B) 42.51º 0.9% 0.86% -
XYZ 42.57 41.11 6.4 -
YUV 163.27 47.72 168.46 -
System Red Green Blue C M Y K H S L
Decimal 220 162 21 0 0.26 0.90 0.14 42.51 0.83 0.47
Hex DC A2 15 0 1A 5A E 2B 53 2F
Octal 334 242 25 0 32 132 16 53 123 57
Binary 11011100 10100010 10101 0 11010 1011010 1110 101011 1010011 101111

Color Harmonies of #DCA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA215

Black with #DCA215

Text Example


Text Example

White with #DCA215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA215; }

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

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

background-color css

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

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

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

border-color css

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

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

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