Html Css Color HEX #DBA42A Galliano

📋 copy color: '#DBA42A'

red 219 ◦ green 164 ◦ blue 42

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

Shades of Galliano #DBA42A

Tints of Galliano #DBA42A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.59%

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

R = 51.53%
G = 38.59%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBA42A (or 0xDBA42A) is known color: Galliano. HEX triplet: DB, A4 and 2A. RGB value is (219,164,42). Sum of RGB (Red+Green+Blue) = 219+164+42=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA42A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA42A is #245BD5. Grayscale: #A7A7A7. Windows color (decimal): -2382806 or 2794715. OLE color: 2794715.

HSL color Cylindrical-coordinate representation of color #DBA42A: hue angle of 41.36º 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 #DBA42A is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 42 -
CMYK 0 0.25 0.81 0.14
HSL 41.36º 0.71% 0.51% -
HSV(B) 41.36º 0.81% 0.86% -
XYZ 42.91 41.78 7.99 -
YUV 166.54 57.72 165.42 -
System Red Green Blue C M Y K H S L
Decimal 219 164 42 0 0.25 0.81 0.14 41.36 0.71 0.51
Hex DB A4 2A 0 19 51 E 29 47 33
Octal 333 244 52 0 31 121 16 51 107 63
Binary 11011011 10100100 101010 0 11001 1010001 1110 101001 1000111 110011

Color Harmonies of #DBA42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA42A

Black with #DBA42A

Text Example


Text Example

White with #DBA42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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