Html Css Color HEX #DBA51D Galliano

📋 copy color: '#DBA51D'

red 219 ◦ green 165 ◦ blue 29

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

Shades of Galliano #DBA51D

Tints of Galliano #DBA51D

RGB

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

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

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

R = 53.03%
G = 39.95%
B = 7.02%

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

#DBA51D (or 0xDBA51D) is known color: Galliano. HEX triplet: DB, A5 and 1D. RGB value is (219,165,29). Sum of RGB (Red+Green+Blue) = 219+165+29=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA51D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA51D is #245AE2. Grayscale: #A6A6A6. Windows color (decimal): -2382563 or 1943003. OLE color: 1943003.

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

Color convert

RGB 219 165 29 -
CMYK 0 0.25 0.87 0.14
HSL 42.95º 0.77% 0.49% -
HSV(B) 42.95º 0.87% 0.86% -
XYZ 42.89 42.06 7.02 -
YUV 165.64 50.89 166.06 -
System Red Green Blue C M Y K H S L
Decimal 219 165 29 0 0.25 0.87 0.14 42.95 0.77 0.49
Hex DB A5 1D 0 19 57 E 2B 4D 31
Octal 333 245 35 0 31 127 16 53 115 61
Binary 11011011 10100101 11101 0 11001 1010111 1110 101011 1001101 110001

Color Harmonies of #DBA51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA51D

Black with #DBA51D

Text Example


Text Example

White with #DBA51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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