Html Css Color HEX #DBA32B Galliano

📋 copy color: '#DBA32B'

red 219 ◦ green 163 ◦ blue 43

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

Shades of Galliano #DBA32B

Tints of Galliano #DBA32B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

 BLUE value IS 43 (17.19% from 255) = 10.12%

R = 51.53%
G = 38.35%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBA32B (or 0xDBA32B) is known color: Galliano. HEX triplet: DB, A3 and 2B. RGB value is (219,163,43). Sum of RGB (Red+Green+Blue) = 219+163+43=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA32B is #245CD4. Grayscale: #A6A6A6. Windows color (decimal): -2383061 or 2859995. OLE color: 2859995.

HSL color Cylindrical-coordinate representation of color #DBA32B: hue angle of 40.91º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBA32B is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 163 43 -
CMYK 0 0.26 0.80 0.14
HSL 40.91º 0.71% 0.51% -
HSV(B) 40.91º 0.8% 0.86% -
XYZ 42.75 41.43 8.03 -
YUV 166.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 219 163 43 0 0.26 0.80 0.14 40.91 0.71 0.51
Hex DB A3 2B 0 1A 50 E 29 47 33
Octal 333 243 53 0 32 120 16 51 107 63
Binary 11011011 10100011 101011 0 11010 1010000 1110 101001 1000111 110011

Color Harmonies of #DBA32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA32B

Black with #DBA32B

Text Example


Text Example

White with #DBA32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA32B; }

 p { color: rgb(219,163,43); }

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

background-color css

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

 a { background-color: rgb(219,163,43); }

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

border-color css

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

 span { border-color: rgb(219,163,43); }

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