Html Css Color HEX #DBA32C Galliano

📋 copy color: '#DBA32C'

red 219 ◦ green 163 ◦ blue 44

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

Shades of Galliano #DBA32C

Tints of Galliano #DBA32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.33%

R = 51.41%
G = 38.26%
B = 10.33%

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

#DBA32C (or 0xDBA32C) is known color: Galliano. HEX triplet: DB, A3 and 2C. RGB value is (219,163,44). Sum of RGB (Red+Green+Blue) = 219+163+44=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA32C is #245CD3. Grayscale: #A6A6A6. Windows color (decimal): -2383060 or 2925531. OLE color: 2925531.

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

Color convert

RGB 219 163 44 -
CMYK 0 0.26 0.80 0.14
HSL 40.8º 0.71% 0.52% -
HSV(B) 40.8º 0.8% 0.86% -
XYZ 42.77 41.44 8.13 -
YUV 166.18 59.05 165.68 -
System Red Green Blue C M Y K H S L
Decimal 219 163 44 0 0.26 0.80 0.14 40.8 0.71 0.52
Hex DB A3 2C 0 1A 50 E 29 47 34
Octal 333 243 54 0 32 120 16 51 107 64
Binary 11011011 10100011 101100 0 11010 1010000 1110 101001 1000111 110100

Color Harmonies of #DBA32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA32C

Black with #DBA32C

Text Example


Text Example

White with #DBA32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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