Html Css Color HEX #DBA42E Galliano

📋 copy color: '#DBA42E'

red 219 ◦ green 164 ◦ blue 46

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

Shades of Galliano #DBA42E

Tints of Galliano #DBA42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.72%

R = 51.05%
G = 38.23%
B = 10.72%

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

#DBA42E (or 0xDBA42E) is known color: Galliano. HEX triplet: DB, A4 and 2E. RGB value is (219,164,46). Sum of RGB (Red+Green+Blue) = 219+164+46=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA42E is #245BD1. Grayscale: #A7A7A7. Windows color (decimal): -2382802 or 3056859. OLE color: 3056859.

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

Color convert

RGB 219 164 46 -
CMYK 0 0.25 0.79 0.14
HSL 40.92º 0.71% 0.52% -
HSV(B) 40.92º 0.79% 0.86% -
XYZ 42.98 41.81 8.39 -
YUV 166.99 59.72 165.09 -
System Red Green Blue C M Y K H S L
Decimal 219 164 46 0 0.25 0.79 0.14 40.92 0.71 0.52
Hex DB A4 2E 0 19 4F E 29 47 34
Octal 333 244 56 0 31 117 16 51 107 64
Binary 11011011 10100100 101110 0 11001 1001111 1110 101001 1000111 110100

Color Harmonies of #DBA42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA42E

Black with #DBA42E

Text Example


Text Example

White with #DBA42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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