#DA9218

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

Shades of Gamboge #DA9218

Tints of Gamboge #DA9218

Color information

#DA9218 (or 0xDA9218) is unknown color: approx Gamboge. HEX triplet: DA, 92 and 18. RGB value is (218,146,24). Sum of RGB (Red+Green+Blue) = 218+146+24=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9218 is #256DE7. Grayscale: #9A9A9A. Windows color (decimal): -2452968 or 1610458. OLE color: 1610458.

HSL color Cylindrical-coordinate representation of color #DA9218: hue angle of 37.73º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA9218 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB21814624-
CMYK00.330.890.15
HSL37.73º80.17%47.45%-
HSV(B)37.73º88.99%85.49%-
XYZ39.3635.535.65-
YUV153.6254.85173.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.19%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 24 (9.77% from 255) = 6.19%
R=56.19%
G=37.63%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181462400.330.890.1537.7380.1747.45
HexDA921802159F26502f
Octal33222230041131174612057
Binary1101101010010010110000100001101100111111001101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9218; }

 p { color: rgb(218,146,24); }

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

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

 a { background-color: rgb(218,146,24); }

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

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

 span { border-color: rgb(218,146,24); }

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