#dba32c

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

Shades of Galliano #DBA32C

Tints of Galliano #DBA32C

Color information

#DBA32C (or 0xDBA32C) is unknown color: approx Galliano. HEX triplet: DB, A3 and 2C. RGB value is (219,163,44). Sum of RGB (Red+Green+Blue) = 219+163+44=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA32C is #245CD3. Grayscale: #A6A6A6. Windows color (decimal): -2383060 or 2925531. OLE color: 2925531.

HSL color Cylindrical-coordinate representation of color #DBA32C: hue angle of 40.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBA32C is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB21916344-
CMYK00.260.800.14
HSL40.8º70.85%51.57%-
HSV(B)40.8º79.91%85.88%-
XYZ42.7741.448.13-
YUV166.1859.05165.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.41%
GREEN value IS 163 (64.06% from 255) = 38.26%
BLUE value IS 44 (17.58% from 255) = 10.33%
R=51.41%
G=38.26%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191634400.260.800.1440.870.8551.57
HexDBA32C01A50E294734
Octal33324354032120165110764
Binary1101101110100011101100011010101000011101010011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dba32c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dba32c; }

 p { color: rgb(219,163,44); }

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

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

 a { background-color: rgb(219,163,44); }

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

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

 span { border-color: rgb(219,163,44); }

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