#DA8E15

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

Shades of Gamboge #DA8E15

Tints of Gamboge #DA8E15

Color information

#DA8E15 (or 0xDA8E15) is unknown color: approx Gamboge. HEX triplet: DA, 8E and 15. RGB value is (218,142,21). Sum of RGB (Red+Green+Blue) = 218+142+21=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8E15 is #2571EA. Grayscale: #979797. Windows color (decimal): -2453995 or 1412826. OLE color: 1412826.

HSL color Cylindrical-coordinate representation of color #DA8E15: hue angle of 36.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA8E15 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB21814221-
CMYK00.350.900.15
HSL36.85º82.43%46.86%-
HSV(B)36.85º90.37%85.49%-
XYZ38.7234.315.29-
YUV150.9354.68175.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 57.22%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 21 (8.59% from 255) = 5.51%
R=57.22%
G=37.27%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181422100.350.900.1536.8582.4346.86
HexDA8E150235AF25522f
Octal33221625043132174512257
Binary1101101010001110101010100011101101011111001011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8E15; }

 p { color: rgb(218,142,21); }

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

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

 a { background-color: rgb(218,142,21); }

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

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

 span { border-color: rgb(218,142,21); }

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