#D59C1A

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

Shades of Galliano #D59C1A

Tints of Galliano #D59C1A

Color information

#D59C1A (or 0xD59C1A) is unknown color: approx Galliano. HEX triplet: D5, 9C and 1A. RGB value is (213,156,26). Sum of RGB (Red+Green+Blue) = 213+156+26=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59C1A is #2A63E5. Grayscale: #9E9E9E. Windows color (decimal): -2778086 or 1744085. OLE color: 1744085.

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

Color convert

RGB21315626-
CMYK00.270.880.16
HSL41.71º78.24%46.86%-
HSV(B)41.71º87.79%83.53%-
XYZ39.52386.23-
YUV158.2253.38167.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 26 (10.55% from 255) = 6.58%
R=53.92%
G=39.49%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131562600.270.880.1641.7178.2446.86
HexD59C1A01B58102a4e2f
Octal32523432033130205211657
Binary1101010110011100110100110111011000100001010101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59C1A; }

 p { color: rgb(213,156,26); }

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

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

 a { background-color: rgb(213,156,26); }

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

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

 span { border-color: rgb(213,156,26); }

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