#DA9815

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

Shades of Gamboge #DA9815

Tints of Gamboge #DA9815

Color information

#DA9815 (or 0xDA9815) is unknown color: approx Gamboge. HEX triplet: DA, 98 and 15. RGB value is (218,152,21). Sum of RGB (Red+Green+Blue) = 218+152+21=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9815 is #2567EA. Grayscale: #9D9D9D. Windows color (decimal): -2451435 or 1415386. OLE color: 1415386.

HSL color Cylindrical-coordinate representation of color #DA9815: hue angle of 39.9º 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 #DA9815 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB21815221-
CMYK00.300.900.15
HSL39.9º82.43%46.86%-
HSV(B)39.9º90.37%85.49%-
XYZ40.2837.425.81-
YUV156.851.37171.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.75%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 21 (8.59% from 255) = 5.37%
R=55.75%
G=38.87%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181522100.300.900.1539.982.4346.86
HexDA981501E5AF28522f
Octal33223025036132175012257
Binary110110101001100010101011110101101011111010001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9815; }

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

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

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

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

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

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

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

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