#d39c21

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

Shades of Galliano #D39C21

Tints of Galliano #D39C21

Color information

#D39C21 (or 0xD39C21) is unknown color: approx Galliano. HEX triplet: D3, 9C and 21. RGB value is (211,156,33). Sum of RGB (Red+Green+Blue) = 211+156+33=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D39C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39C21 is #2C63DE. Grayscale: #9E9E9E. Windows color (decimal): -2909151 or 2202835. OLE color: 2202835.

HSL color Cylindrical-coordinate representation of color #D39C21: hue angle of 41.46º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D39C21 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB21115633-
CMYK00.260.840.17
HSL41.46º72.95%47.84%-
HSV(B)41.46º84.36%82.75%-
XYZ39.0337.746.67-
YUV158.4257.22165.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.75%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 33 (13.28% from 255) = 8.25%
R=52.75%
G=39%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111563300.260.840.1741.4672.9547.84
HexD39C2101A5411294930
Octal32323441032124215111160
Binary11010011100111001000010110101010100100011010011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d39c21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d39c21; }

 p { color: rgb(211,156,33); }

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

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

 a { background-color: rgb(211,156,33); }

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

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

 span { border-color: rgb(211,156,33); }

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