Html Css Color HEX #DC8311 Gamboge

📋 copy color: '#DC8311'

red 220 ◦ green 131 ◦ blue 17

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

Shades of Gamboge #DC8311

Tints of Gamboge #DC8311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.6%

 BLUE value IS 17 (7.03% from 255) = 4.62%

R = 59.78%
G = 35.6%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC8311 (or 0xDC8311) is known color: Gamboge. HEX triplet: DC, 83 and 11. RGB value is (220,131,17). Sum of RGB (Red+Green+Blue) = 220+131+17=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8311 is #237CEE. Grayscale: #919191. Windows color (decimal): -2325743 or 1147868. OLE color: 1147868.

HSL color Cylindrical-coordinate representation of color #DC8311: hue angle of 33.69º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC8311 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 17 -
CMYK 0 0.40 0.92 0.14
HSL 33.69º 0.86% 0.46% -
HSV(B) 33.69º 0.92% 0.86% -
XYZ 37.73 31.49 4.62 -
YUV 144.62 55.99 181.77 -
System Red Green Blue C M Y K H S L
Decimal 220 131 17 0 0.40 0.92 0.14 33.69 0.86 0.46
Hex DC 83 11 0 28 5C E 22 56 2E
Octal 334 203 21 0 50 134 16 42 126 56
Binary 11011100 10000011 10001 0 101000 1011100 1110 100010 1010110 101110

Color Harmonies of #DC8311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8311

Black with #DC8311

Text Example


Text Example

White with #DC8311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8311; }

 p { color: rgb(220,131,17); }

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

background-color css

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

 a { background-color: rgb(220,131,17); }

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

border-color css

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

 span { border-color: rgb(220,131,17); }

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