Html Css Color HEX #DBA32A Galliano

📋 copy color: '#DBA32A'

red 219 ◦ green 163 ◦ blue 42

#DBA32A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #DBA32A

Tints of Galliano #DBA32A

RGB

 RED value IS 219 (85.94% from 255) = 51.65%

 GREEN value IS 163 (64.06% from 255) = 38.44%

 BLUE value IS 42 (16.8% from 255) = 9.91%

R = 51.65%
G = 38.44%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBA32A (or 0xDBA32A) is known color: Galliano. HEX triplet: DB, A3 and 2A. RGB value is (219,163,42). Sum of RGB (Red+Green+Blue) = 219+163+42=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA32A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA32A is #245CD5. Grayscale: #A6A6A6. Windows color (decimal): -2383062 or 2794459. OLE color: 2794459.

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

Color convert

RGB 219 163 42 -
CMYK 0 0.26 0.81 0.14
HSL 41.02º 0.71% 0.51% -
HSV(B) 41.02º 0.81% 0.86% -
XYZ 42.73 41.42 7.93 -
YUV 165.95 58.05 165.84 -
System Red Green Blue C M Y K H S L
Decimal 219 163 42 0 0.26 0.81 0.14 41.02 0.71 0.51
Hex DB A3 2A 0 1A 51 E 29 47 33
Octal 333 243 52 0 32 121 16 51 107 63
Binary 11011011 10100011 101010 0 11010 1010001 1110 101001 1000111 110011

Color Harmonies of #DBA32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA32A

Black with #DBA32A

Text Example


Text Example

White with #DBA32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA32A; }

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

 H1.HeaderClassName
 {
   color: #DBA32A;
 }
 .AnyTagClassName
 {
   color: #DBA32A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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