Html Css Color HEX #DC9511 Gamboge

📋 copy color: '#DC9511'

red 220 ◦ green 149 ◦ blue 17

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

Shades of Gamboge #DC9511

Tints of Gamboge #DC9511

RGB

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

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

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

R = 56.99%
G = 38.6%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC9511 (or 0xDC9511) is known color: Gamboge. HEX triplet: DC, 95 and 11. RGB value is (220,149,17). Sum of RGB (Red+Green+Blue) = 220+149+17=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9511 is #236AEE. Grayscale: #9B9B9B. Windows color (decimal): -2321135 or 1152476. OLE color: 1152476.

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

Color convert

RGB 220 149 17 -
CMYK 0 0.32 0.92 0.14
HSL 39.01º 0.86% 0.46% -
HSV(B) 39.01º 0.92% 0.86% -
XYZ 40.36 36.75 5.5 -
YUV 155.18 50.02 174.23 -
System Red Green Blue C M Y K H S L
Decimal 220 149 17 0 0.32 0.92 0.14 39.01 0.86 0.46
Hex DC 95 11 0 20 5C E 27 56 2E
Octal 334 225 21 0 40 134 16 47 126 56
Binary 11011100 10010101 10001 0 100000 1011100 1110 100111 1010110 101110

Color Harmonies of #DC9511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9511

Black with #DC9511

Text Example


Text Example

White with #DC9511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9511; }

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

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

background-color css

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

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

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

border-color css

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

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

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