#D38C14

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

Shades of Gamboge #D38C14

Tints of Gamboge #D38C14

Color information

#D38C14 (or 0xD38C14) is unknown color: approx Gamboge. HEX triplet: D3, 8C and 14. RGB value is (211,140,20). Sum of RGB (Red+Green+Blue) = 211+140+20=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38C14 is #2C73EB. Grayscale: #949494. Windows color (decimal): -2913260 or 1346771. OLE color: 1346771.

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

Color convert

RGB21114020-
CMYK00.340.910.17
HSL37.7º82.68%45.29%-
HSV(B)37.7º90.52%82.75%-
XYZ36.3732.665.05-
YUV147.5556.02173.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.87%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 20 (8.20% from 255) = 5.39%
R=56.87%
G=37.74%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111402000.340.910.1737.782.6845.29
HexD38C140225B1126532d
Octal32321424042133214612355
Binary11010011100011001010001000101011011100011001101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38C14; }

 p { color: rgb(211,140,20); }

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

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

 a { background-color: rgb(211,140,20); }

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

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

 span { border-color: rgb(211,140,20); }

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