Html Css Color HEX #DBA331 Galliano

📋 copy color: '#DBA331'

red 219 ◦ green 163 ◦ blue 49

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

Shades of Galliano #DBA331

Tints of Galliano #DBA331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.37%

R = 50.81%
G = 37.82%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DBA331 (or 0xDBA331) is known color: Galliano. HEX triplet: DB, A3 and 31. RGB value is (219,163,49). Sum of RGB (Red+Green+Blue) = 219+163+49=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA331 is #245CCE. Grayscale: #A7A7A7. Windows color (decimal): -2383055 or 3253211. OLE color: 3253211.

HSL color Cylindrical-coordinate representation of color #DBA331: hue angle of 40.24º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBA331 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 163 49 -
CMYK 0 0.26 0.78 0.14
HSL 40.24º 0.7% 0.53% -
HSV(B) 40.24º 0.78% 0.86% -
XYZ 42.86 41.48 8.65 -
YUV 166.75 61.55 165.27 -
System Red Green Blue C M Y K H S L
Decimal 219 163 49 0 0.26 0.78 0.14 40.24 0.7 0.53
Hex DB A3 31 0 1A 4E E 28 46 35
Octal 333 243 61 0 32 116 16 50 106 65
Binary 11011011 10100011 110001 0 11010 1001110 1110 101000 1000110 110101

Color Harmonies of #DBA331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA331

Black with #DBA331

Text Example


Text Example

White with #DBA331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA331; }

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

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

background-color css

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

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

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

border-color css

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

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

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