Html Css Color HEX #DBA41B Galliano

📋 copy color: '#DBA41B'

red 219 ◦ green 164 ◦ blue 27

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

Shades of Galliano #DBA41B

Tints of Galliano #DBA41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.59%

R = 53.41%
G = 40%
B = 6.59%

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

#DBA41B (or 0xDBA41B) is known color: Galliano. HEX triplet: DB, A4 and 1B. RGB value is (219,164,27). Sum of RGB (Red+Green+Blue) = 219+164+27=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA41B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA41B is #245BE4. Grayscale: #A5A5A5. Windows color (decimal): -2382821 or 1811675. OLE color: 1811675.

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

Color convert

RGB 219 164 27 -
CMYK 0 0.25 0.88 0.14
HSL 42.81º 0.78% 0.48% -
HSV(B) 42.81º 0.88% 0.86% -
XYZ 42.69 41.69 6.83 -
YUV 164.83 50.22 166.64 -
System Red Green Blue C M Y K H S L
Decimal 219 164 27 0 0.25 0.88 0.14 42.81 0.78 0.48
Hex DB A4 1B 0 19 58 E 2B 4E 30
Octal 333 244 33 0 31 130 16 53 116 60
Binary 11011011 10100100 11011 0 11001 1011000 1110 101011 1001110 110000

Color Harmonies of #DBA41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA41B

Black with #DBA41B

Text Example


Text Example

White with #DBA41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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