Html Css Color HEX #DCA315 Gamboge

📋 copy color: '#DCA315'

red 220 ◦ green 163 ◦ blue 21

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

Shades of Gamboge #DCA315

Tints of Gamboge #DCA315

RGB

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

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

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

R = 54.46%
G = 40.35%
B = 5.2%

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

#DCA315 (or 0xDCA315) is known color: Gamboge. HEX triplet: DC, A3 and 15. RGB value is (220,163,21). Sum of RGB (Red+Green+Blue) = 220+163+21=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCA315 is #235CEA. Grayscale: #A4A4A4. Windows color (decimal): -2317547 or 1418204. OLE color: 1418204.

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

Color convert

RGB 220 163 21 -
CMYK 0 0.26 0.90 0.14
HSL 42.81º 0.83% 0.47% -
HSV(B) 42.81º 0.9% 0.86% -
XYZ 42.75 41.46 6.46 -
YUV 163.86 47.38 168.05 -
System Red Green Blue C M Y K H S L
Decimal 220 163 21 0 0.26 0.90 0.14 42.81 0.83 0.47
Hex DC A3 15 0 1A 5A E 2B 53 2F
Octal 334 243 25 0 32 132 16 53 123 57
Binary 11011100 10100011 10101 0 11010 1011010 1110 101011 1010011 101111

Color Harmonies of #DCA315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA315

Black with #DCA315

Text Example


Text Example

White with #DCA315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA315; }

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

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

background-color css

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

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

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

border-color css

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

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

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