Html Css Color HEX #DC9516 Gamboge

📋 copy color: '#DC9516'

red 220 ◦ green 149 ◦ blue 22

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

Shades of Gamboge #DC9516

Tints of Gamboge #DC9516

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

 BLUE value IS 22 (8.98% from 255) = 5.63%

R = 56.27%
G = 38.11%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC9516 (or 0xDC9516) is known color: Gamboge. HEX triplet: DC, 95 and 16. RGB value is (220,149,22). Sum of RGB (Red+Green+Blue) = 220+149+22=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9516 is #236AE9. Grayscale: #9C9C9C. Windows color (decimal): -2321130 or 1480156. OLE color: 1480156.

HSL color Cylindrical-coordinate representation of color #DC9516: hue angle of 38.48º degrees, saturation: 0.82, 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 #DC9516 is Cyan = 0, Magento = 0.32, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 22 -
CMYK 0 0.32 0.9 0.14
HSL 38.48º 0.82% 0.47% -
HSV(B) 38.48º 0.9% 0.86% -
XYZ 40.41 36.77 5.73 -
YUV 155.75 52.52 173.83 -
System Red Green Blue C M Y K H S L
Decimal 220 149 22 0 0.32 0.9 0.14 38.48 0.82 0.47
Hex DC 95 16 0 20 5A E 26 52 2F
Octal 334 225 26 0 40 132 16 46 122 57
Binary 11011100 10010101 10110 0 100000 1011010 1110 100110 1010010 101111

Color Harmonies of #DC9516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9516

Black with #DC9516

Text Example


Text Example

White with #DC9516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9516; }

 p { color: rgb(220,149,22); }

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

background-color css

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

 a { background-color: rgb(220,149,22); }

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

border-color css

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

 span { border-color: rgb(220,149,22); }

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