Html Css Color HEX #DBA51F Galliano

📋 copy color: '#DBA51F'

red 219 ◦ green 165 ◦ blue 31

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

Shades of Galliano #DBA51F

Tints of Galliano #DBA51F

RGB

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

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

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

R = 52.77%
G = 39.76%
B = 7.47%

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

#DBA51F (or 0xDBA51F) is known color: Galliano. HEX triplet: DB, A5 and 1F. RGB value is (219,165,31). Sum of RGB (Red+Green+Blue) = 219+165+31=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA51F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA51F is #245AE0. Grayscale: #A6A6A6. Windows color (decimal): -2382561 or 2074075. OLE color: 2074075.

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

Color convert

RGB 219 165 31 -
CMYK 0 0.25 0.86 0.14
HSL 42.77º 0.75% 0.49% -
HSV(B) 42.77º 0.86% 0.86% -
XYZ 42.92 42.07 7.15 -
YUV 165.87 51.89 165.9 -
System Red Green Blue C M Y K H S L
Decimal 219 165 31 0 0.25 0.86 0.14 42.77 0.75 0.49
Hex DB A5 1F 0 19 56 E 2B 4B 31
Octal 333 245 37 0 31 126 16 53 113 61
Binary 11011011 10100101 11111 0 11001 1010110 1110 101011 1001011 110001

Color Harmonies of #DBA51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA51F

Black with #DBA51F

Text Example


Text Example

White with #DBA51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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