Html Css Color HEX #DBA41D Galliano

📋 copy color: '#DBA41D'

red 219 ◦ green 164 ◦ blue 29

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

Shades of Galliano #DBA41D

Tints of Galliano #DBA41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.04%

R = 53.16%
G = 39.81%
B = 7.04%

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

#DBA41D (or 0xDBA41D) is known color: Galliano. HEX triplet: DB, A4 and 1D. RGB value is (219,164,29). Sum of RGB (Red+Green+Blue) = 219+164+29=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA41D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA41D is #245BE2. Grayscale: #A5A5A5. Windows color (decimal): -2382819 or 1942747. OLE color: 1942747.

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

Color convert

RGB 219 164 29 -
CMYK 0 0.25 0.87 0.14
HSL 42.63º 0.77% 0.49% -
HSV(B) 42.63º 0.87% 0.86% -
XYZ 42.71 41.7 6.96 -
YUV 165.06 51.22 166.48 -
System Red Green Blue C M Y K H S L
Decimal 219 164 29 0 0.25 0.87 0.14 42.63 0.77 0.49
Hex DB A4 1D 0 19 57 E 2B 4D 31
Octal 333 244 35 0 31 127 16 53 115 61
Binary 11011011 10100100 11101 0 11001 1010111 1110 101011 1001101 110001

Color Harmonies of #DBA41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA41D

Black with #DBA41D

Text Example


Text Example

White with #DBA41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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