Html Css Color HEX #DBA41F Galliano

📋 copy color: '#DBA41F'

red 219 ◦ green 164 ◦ blue 31

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

Shades of Galliano #DBA41F

Tints of Galliano #DBA41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.49%

R = 52.9%
G = 39.61%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBA41F (or 0xDBA41F) is known color: Galliano. HEX triplet: DB, A4 and 1F. RGB value is (219,164,31). Sum of RGB (Red+Green+Blue) = 219+164+31=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA41F is #245BE0. Grayscale: #A5A5A5. Windows color (decimal): -2382817 or 2073819. OLE color: 2073819.

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

Color convert

RGB 219 164 31 -
CMYK 0 0.25 0.86 0.14
HSL 42.45º 0.75% 0.49% -
HSV(B) 42.45º 0.86% 0.86% -
XYZ 42.74 41.71 7.09 -
YUV 165.28 52.22 166.31 -
System Red Green Blue C M Y K H S L
Decimal 219 164 31 0 0.25 0.86 0.14 42.45 0.75 0.49
Hex DB A4 1F 0 19 56 E 2A 4B 31
Octal 333 244 37 0 31 126 16 52 113 61
Binary 11011011 10100100 11111 0 11001 1010110 1110 101010 1001011 110001

Color Harmonies of #DBA41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA41F

Black with #DBA41F

Text Example


Text Example

White with #DBA41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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