Html Css Color HEX #DBA52E Galliano

📋 copy color: '#DBA52E'

red 219 ◦ green 165 ◦ blue 46

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

Shades of Galliano #DBA52E

Tints of Galliano #DBA52E

RGB

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

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

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

R = 50.93%
G = 38.37%
B = 10.7%

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

#DBA52E (or 0xDBA52E) is known color: Galliano. HEX triplet: DB, A5 and 2E. RGB value is (219,165,46). Sum of RGB (Red+Green+Blue) = 219+165+46=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA52E is #245AD1. Grayscale: #A8A8A8. Windows color (decimal): -2382546 or 3057115. OLE color: 3057115.

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

Color convert

RGB 219 165 46 -
CMYK 0 0.25 0.79 0.14
HSL 41.27º 0.71% 0.52% -
HSV(B) 41.27º 0.79% 0.86% -
XYZ 43.16 42.17 8.45 -
YUV 167.58 59.39 164.68 -
System Red Green Blue C M Y K H S L
Decimal 219 165 46 0 0.25 0.79 0.14 41.27 0.71 0.52
Hex DB A5 2E 0 19 4F E 29 47 34
Octal 333 245 56 0 31 117 16 51 107 64
Binary 11011011 10100101 101110 0 11001 1001111 1110 101001 1000111 110100

Color Harmonies of #DBA52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA52E

Black with #DBA52E

Text Example


Text Example

White with #DBA52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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