Html Css Color HEX #DBA42D Galliano

📋 copy color: '#DBA42D'

red 219 ◦ green 164 ◦ blue 45

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

Shades of Galliano #DBA42D

Tints of Galliano #DBA42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.51%

R = 51.17%
G = 38.32%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBA42D (or 0xDBA42D) is known color: Galliano. HEX triplet: DB, A4 and 2D. RGB value is (219,164,45). Sum of RGB (Red+Green+Blue) = 219+164+45=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA42D is #245BD2. Grayscale: #A7A7A7. Windows color (decimal): -2382803 or 2991323. OLE color: 2991323.

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

Color convert

RGB 219 164 45 -
CMYK 0 0.25 0.79 0.14
HSL 41.03º 0.71% 0.52% -
HSV(B) 41.03º 0.79% 0.86% -
XYZ 42.96 41.8 8.29 -
YUV 166.88 59.22 165.18 -
System Red Green Blue C M Y K H S L
Decimal 219 164 45 0 0.25 0.79 0.14 41.03 0.71 0.52
Hex DB A4 2D 0 19 4F E 29 47 34
Octal 333 244 55 0 31 117 16 51 107 64
Binary 11011011 10100100 101101 0 11001 1001111 1110 101001 1000111 110100

Color Harmonies of #DBA42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA42D

Black with #DBA42D

Text Example


Text Example

White with #DBA42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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