Html Css Color HEX #DC9316 Gamboge

📋 copy color: '#DC9316'

red 220 ◦ green 147 ◦ blue 22

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

Shades of Gamboge #DC9316

Tints of Gamboge #DC9316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.79%

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

R = 56.56%
G = 37.79%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC9316 (or 0xDC9316) is known color: Gamboge. HEX triplet: DC, 93 and 16. RGB value is (220,147,22). Sum of RGB (Red+Green+Blue) = 220+147+22=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9316 is #236CE9. Grayscale: #9B9B9B. Windows color (decimal): -2321642 or 1479644. OLE color: 1479644.

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

Color convert

RGB 220 147 22 -
CMYK 0 0.33 0.9 0.14
HSL 37.88º 0.82% 0.47% -
HSV(B) 37.88º 0.9% 0.86% -
XYZ 40.09 36.14 5.62 -
YUV 154.58 53.18 174.66 -
System Red Green Blue C M Y K H S L
Decimal 220 147 22 0 0.33 0.9 0.14 37.88 0.82 0.47
Hex DC 93 16 0 21 5A E 26 52 2F
Octal 334 223 26 0 41 132 16 46 122 57
Binary 11011100 10010011 10110 0 100001 1011010 1110 100110 1010010 101111

Color Harmonies of #DC9316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9316

Black with #DC9316

Text Example


Text Example

White with #DC9316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9316; }

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

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

background-color css

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

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

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

border-color css

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

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

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