Html Css Color HEX #DBA41C Galliano

📋 copy color: '#DBA41C'

red 219 ◦ green 164 ◦ blue 28

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

Shades of Galliano #DBA41C

Tints of Galliano #DBA41C

RGB

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

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

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

R = 53.28%
G = 39.9%
B = 6.81%

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

#DBA41C (or 0xDBA41C) is known color: Galliano. HEX triplet: DB, A4 and 1C. RGB value is (219,164,28). Sum of RGB (Red+Green+Blue) = 219+164+28=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA41C is #245BE3. Grayscale: #A5A5A5. Windows color (decimal): -2382820 or 1877211. OLE color: 1877211.

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

Color convert

RGB 219 164 28 -
CMYK 0 0.25 0.87 0.14
HSL 42.72º 0.77% 0.48% -
HSV(B) 42.72º 0.87% 0.86% -
XYZ 42.7 41.69 6.9 -
YUV 164.94 50.72 166.56 -
System Red Green Blue C M Y K H S L
Decimal 219 164 28 0 0.25 0.87 0.14 42.72 0.77 0.48
Hex DB A4 1C 0 19 57 E 2B 4D 30
Octal 333 244 34 0 31 127 16 53 115 60
Binary 11011011 10100100 11100 0 11001 1010111 1110 101011 1001101 110000

Color Harmonies of #DBA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA41C

Black with #DBA41C

Text Example


Text Example

White with #DBA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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