#D6A52D

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

Shades of Galliano #D6A52D

Tints of Galliano #D6A52D

Color information

#D6A52D (or 0xD6A52D) is unknown color: approx Galliano. HEX triplet: D6, A5 and 2D. RGB value is (214,165,45). Sum of RGB (Red+Green+Blue) = 214+165+45=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A52D is #295AD2. Grayscale: #A6A6A6. Windows color (decimal): -2710227 or 2991574. OLE color: 2991574.

HSL color Cylindrical-coordinate representation of color #D6A52D: hue angle of 42.6º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6A52D is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB21416545-
CMYK00.230.790.16
HSL42.6º67.33%50.78%-
HSV(B)42.6º78.97%83.92%-
XYZ41.6641.48.28-
YUV165.9759.73162.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.47%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 45 (17.97% from 255) = 10.61%
R=50.47%
G=38.92%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141654500.230.790.1642.667.3350.78
HexD6A52D0174F102b4333
Octal32624555027117205310363
Binary11010110101001011011010101111001111100001010111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A52D; }

 p { color: rgb(214,165,45); }

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

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

 a { background-color: rgb(214,165,45); }

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

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

 span { border-color: rgb(214,165,45); }

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