Html Css Color HEX #DC8811 Gamboge

📋 copy color: '#DC8811'

red 220 ◦ green 136 ◦ blue 17

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

Shades of Gamboge #DC8811

Tints of Gamboge #DC8811

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.46%

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

R = 58.98%
G = 36.46%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC8811 (or 0xDC8811) is known color: Gamboge. HEX triplet: DC, 88 and 11. RGB value is (220,136,17). Sum of RGB (Red+Green+Blue) = 220+136+17=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8811 is #2377EE. Grayscale: #949494. Windows color (decimal): -2324463 or 1149148. OLE color: 1149148.

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

Color convert

RGB 220 136 17 -
CMYK 0 0.38 0.92 0.14
HSL 35.17º 0.86% 0.46% -
HSV(B) 35.17º 0.92% 0.86% -
XYZ 38.42 32.86 4.85 -
YUV 147.55 54.33 179.68 -
System Red Green Blue C M Y K H S L
Decimal 220 136 17 0 0.38 0.92 0.14 35.17 0.86 0.46
Hex DC 88 11 0 26 5C E 23 56 2E
Octal 334 210 21 0 46 134 16 43 126 56
Binary 11011100 10001000 10001 0 100110 1011100 1110 100011 1010110 101110

Color Harmonies of #DC8811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8811

Black with #DC8811

Text Example


Text Example

White with #DC8811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8811; }

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

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

background-color css

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

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

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

border-color css

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

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

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