Html Css Color HEX #DBA51C Galliano

📋 copy color: '#DBA51C'

red 219 ◦ green 165 ◦ blue 28

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

Shades of Galliano #DBA51C

Tints of Galliano #DBA51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.8%

R = 53.16%
G = 40.05%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBA51C (or 0xDBA51C) is known color: Galliano. HEX triplet: DB, A5 and 1C. RGB value is (219,165,28). Sum of RGB (Red+Green+Blue) = 219+165+28=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA51C is #245AE3. Grayscale: #A6A6A6. Windows color (decimal): -2382564 or 1877467. OLE color: 1877467.

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

Color convert

RGB 219 165 28 -
CMYK 0 0.25 0.87 0.14
HSL 43.04º 0.77% 0.48% -
HSV(B) 43.04º 0.87% 0.86% -
XYZ 42.88 42.05 6.96 -
YUV 165.53 50.39 166.14 -
System Red Green Blue C M Y K H S L
Decimal 219 165 28 0 0.25 0.87 0.14 43.04 0.77 0.48
Hex DB A5 1C 0 19 57 E 2B 4D 30
Octal 333 245 34 0 31 127 16 53 115 60
Binary 11011011 10100101 11100 0 11001 1010111 1110 101011 1001101 110000

Color Harmonies of #DBA51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA51C

Black with #DBA51C

Text Example


Text Example

White with #DBA51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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