Html Css Color HEX #DC9E11 Gamboge

📋 copy color: '#DC9E11'

red 220 ◦ green 158 ◦ blue 17

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

Shades of Gamboge #DC9E11

Tints of Gamboge #DC9E11

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40%

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

R = 55.7%
G = 40%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC9E11 (or 0xDC9E11) is known color: Gamboge. HEX triplet: DC, 9E and 11. RGB value is (220,158,17). Sum of RGB (Red+Green+Blue) = 220+158+17=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9E11 is #2361EE. Grayscale: #A1A1A1. Windows color (decimal): -2318831 or 1154780. OLE color: 1154780.

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

Color convert

RGB 220 158 17 -
CMYK 0 0.28 0.92 0.14
HSL 41.67º 0.86% 0.46% -
HSV(B) 41.67º 0.92% 0.86% -
XYZ 41.84 39.71 5.99 -
YUV 160.46 47.04 170.46 -
System Red Green Blue C M Y K H S L
Decimal 220 158 17 0 0.28 0.92 0.14 41.67 0.86 0.46
Hex DC 9E 11 0 1C 5C E 2A 56 2E
Octal 334 236 21 0 34 134 16 52 126 56
Binary 11011100 10011110 10001 0 11100 1011100 1110 101010 1010110 101110

Color Harmonies of #DC9E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E11

Black with #DC9E11

Text Example


Text Example

White with #DC9E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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