#D5940E

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

Shades of Gamboge #D5940E

Tints of Gamboge #D5940E

Color information

#D5940E (or 0xD5940E) is unknown color: approx Gamboge. HEX triplet: D5, 94 and 0E. RGB value is (213,148,14). Sum of RGB (Red+Green+Blue) = 213+148+14=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5940E is #2A6BF1. Grayscale: #989898. Windows color (decimal): -2780146 or 955605. OLE color: 955605.

HSL color Cylindrical-coordinate representation of color #D5940E: hue angle of 40.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5940E is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB21314814-
CMYK00.310.930.16
HSL40.4º87.67%44.51%-
HSV(B)40.4º93.43%83.53%-
XYZ38.1135.365.23-
YUV152.1650.03171.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.8%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 14 (5.86% from 255) = 3.73%
R=56.8%
G=39.47%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131481400.310.930.1640.487.6744.51
HexD594E01F5D1028582d
Octal32522416037135205013055
Binary110101011001010011100111111011101100001010001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5940E; }

 p { color: rgb(213,148,14); }

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

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

 a { background-color: rgb(213,148,14); }

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

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

 span { border-color: rgb(213,148,14); }

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