#D3920F

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

Shades of Gamboge #D3920F

Tints of Gamboge #D3920F

Color information

#D3920F (or 0xD3920F) is unknown color: approx Gamboge. HEX triplet: D3, 92 and 0F. RGB value is (211,146,15). Sum of RGB (Red+Green+Blue) = 211+146+15=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D3920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3920F is #2C6DF0. Grayscale: #979797. Windows color (decimal): -2911729 or 1020627. OLE color: 1020627.

HSL color Cylindrical-coordinate representation of color #D3920F: hue angle of 40.1º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3920F is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB21114615-
CMYK00.310.930.17
HSL40.1º86.73%44.31%-
HSV(B)40.1º92.89%82.75%-
XYZ37.2334.445.14-
YUV150.551.53171.15-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.72%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 15 (6.25% from 255) = 4.03%
R=56.72%
G=39.25%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111461500.310.930.1740.186.7344.31
HexD392F01F5D1128572c
Octal32322217037135215012754
Binary110100111001001011110111111011101100011010001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3920F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3920F; }

 p { color: rgb(211,146,15); }

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

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

 a { background-color: rgb(211,146,15); }

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

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

 span { border-color: rgb(211,146,15); }

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