#D88A15

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

Shades of Gamboge #D88A15

Tints of Gamboge #D88A15

Color information

#D88A15 (or 0xD88A15) is unknown color: approx Gamboge. HEX triplet: D8, 8A and 15. RGB value is (216,138,21). Sum of RGB (Red+Green+Blue) = 216+138+21=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88A15 is #2775EA. Grayscale: #949494. Windows color (decimal): -2586091 or 1411800. OLE color: 1411800.

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

Color convert

RGB21613821-
CMYK00.360.900.15
HSL36º82.28%46.47%-
HSV(B)36º90.28%84.71%-
XYZ37.5432.835.07-
YUV147.9856.34176.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 57.6%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 21 (8.59% from 255) = 5.6%
R=57.6%
G=36.8%
B=5.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161382100.360.900.153682.2846.47
HexD88A150245AF24522e
Octal33021225044132174412256
Binary1101100010001010101010100100101101011111001001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88A15; }

 p { color: rgb(216,138,21); }

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

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

 a { background-color: rgb(216,138,21); }

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

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

 span { border-color: rgb(216,138,21); }

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