Html Css Color HEX #DBA51A Galliano

📋 copy color: '#DBA51A'

red 219 ◦ green 165 ◦ blue 26

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

Shades of Galliano #DBA51A

Tints of Galliano #DBA51A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.24%

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

R = 53.41%
G = 40.24%
B = 6.34%

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

#DBA51A (or 0xDBA51A) is known color: Galliano. HEX triplet: DB, A5 and 1A. RGB value is (219,165,26). Sum of RGB (Red+Green+Blue) = 219+165+26=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA51A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA51A is #245AE5. Grayscale: #A5A5A5. Windows color (decimal): -2382566 or 1746395. OLE color: 1746395.

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

Color convert

RGB 219 165 26 -
CMYK 0 0.25 0.88 0.14
HSL 43.21º 0.79% 0.48% -
HSV(B) 43.21º 0.88% 0.86% -
XYZ 42.86 42.04 6.83 -
YUV 165.3 49.39 166.3 -
System Red Green Blue C M Y K H S L
Decimal 219 165 26 0 0.25 0.88 0.14 43.21 0.79 0.48
Hex DB A5 1A 0 19 58 E 2B 4F 30
Octal 333 245 32 0 31 130 16 53 117 60
Binary 11011011 10100101 11010 0 11001 1011000 1110 101011 1001111 110000

Color Harmonies of #DBA51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA51A

Black with #DBA51A

Text Example


Text Example

White with #DBA51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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