#D88F14

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

Shades of Gamboge #D88F14

Tints of Gamboge #D88F14

Color information

#D88F14 (or 0xD88F14) is unknown color: approx Gamboge. HEX triplet: D8, 8F and 14. RGB value is (216,143,20). Sum of RGB (Red+Green+Blue) = 216+143+20=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88F14 is #2770EB. Grayscale: #979797. Windows color (decimal): -2584812 or 1347544. OLE color: 1347544.

HSL color Cylindrical-coordinate representation of color #D88F14: hue angle of 37.65º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D88F14 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB21614320-
CMYK00.340.910.15
HSL37.65º83.05%46.27%-
HSV(B)37.65º90.74%84.71%-
XYZ38.2734.295.26-
YUV150.854.18174.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.99%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 20 (8.20% from 255) = 5.28%
R=56.99%
G=37.73%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161432000.340.910.1537.6583.0546.27
HexD88F140225BF26532e
Octal33021724042133174612356
Binary1101100010001111101000100010101101111111001101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88F14; }

 p { color: rgb(216,143,20); }

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

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

 a { background-color: rgb(216,143,20); }

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

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

 span { border-color: rgb(216,143,20); }

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