Html Css Color HEX #DBA41A Galliano

📋 copy color: '#DBA41A'

red 219 ◦ green 164 ◦ blue 26

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

Shades of Galliano #DBA41A

Tints of Galliano #DBA41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.36%

R = 53.55%
G = 40.1%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBA41A (or 0xDBA41A) is known color: Galliano. HEX triplet: DB, A4 and 1A. RGB value is (219,164,26). Sum of RGB (Red+Green+Blue) = 219+164+26=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA41A is #245BE5. Grayscale: #A5A5A5. Windows color (decimal): -2382822 or 1746139. OLE color: 1746139.

HSL color Cylindrical-coordinate representation of color #DBA41A: hue angle of 42.9º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBA41A is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 26 -
CMYK 0 0.25 0.88 0.14
HSL 42.9º 0.79% 0.48% -
HSV(B) 42.9º 0.88% 0.86% -
XYZ 42.68 41.69 6.77 -
YUV 164.71 49.72 166.72 -
System Red Green Blue C M Y K H S L
Decimal 219 164 26 0 0.25 0.88 0.14 42.9 0.79 0.48
Hex DB A4 1A 0 19 58 E 2B 4F 30
Octal 333 244 32 0 31 130 16 53 117 60
Binary 11011011 10100100 11010 0 11001 1011000 1110 101011 1001111 110000

Color Harmonies of #DBA41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA41A

Black with #DBA41A

Text Example


Text Example

White with #DBA41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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