#DC8F18

Color #DC8F18 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #DC8F18

Tints of Gamboge #DC8F18

Color information

#DC8F18 (or 0xDC8F18) is unknown color: approx Gamboge. HEX triplet: DC, 8F and 18. RGB value is (220,143,24). Sum of RGB (Red+Green+Blue) = 220+143+24=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8F18 is #2370E7. Grayscale: #999999. Windows color (decimal): -2322664 or 1609692. OLE color: 1609692.

HSL color Cylindrical-coordinate representation of color #DC8F18: hue angle of 36.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC8F18 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB22014324-
CMYK00.350.890.14
HSL36.43º80.33%47.84%-
HSV(B)36.43º89.09%86.27%-
XYZ39.534.935.52-
YUV152.4655.51176.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.85%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 24 (9.77% from 255) = 6.20%
R=56.85%
G=36.95%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201432400.350.890.1436.4380.3347.84
HexDC8F1802359E245030
Octal33421730043131164412060
Binary1101110010001111110000100011101100111101001001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8F18; }

 p { color: rgb(220,143,24); }

 H1.HeaderClassName
 {
   color: #DC8F18;
 }
 .AnyTagClassName
 {
   color: #DC8F18;
 }
</style>
background-color css

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

 a { background-color: rgb(220,143,24); }

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

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

 span { border-color: rgb(220,143,24); }

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