Html Css Color HEX #DBA42C Galliano

📋 copy color: '#DBA42C'

red 219 ◦ green 164 ◦ blue 44

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

Shades of Galliano #DBA42C

Tints of Galliano #DBA42C

RGB

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

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

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

R = 51.29%
G = 38.41%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBA42C (or 0xDBA42C) is known color: Galliano. HEX triplet: DB, A4 and 2C. RGB value is (219,164,44). Sum of RGB (Red+Green+Blue) = 219+164+44=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA42C is #245BD3. Grayscale: #A7A7A7. Windows color (decimal): -2382804 or 2925787. OLE color: 2925787.

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

Color convert

RGB 219 164 44 -
CMYK 0 0.25 0.80 0.14
HSL 41.14º 0.71% 0.52% -
HSV(B) 41.14º 0.8% 0.86% -
XYZ 42.94 41.79 8.19 -
YUV 166.77 58.72 165.26 -
System Red Green Blue C M Y K H S L
Decimal 219 164 44 0 0.25 0.80 0.14 41.14 0.71 0.52
Hex DB A4 2C 0 19 50 E 29 47 34
Octal 333 244 54 0 31 120 16 51 107 64
Binary 11011011 10100100 101100 0 11001 1010000 1110 101001 1000111 110100

Color Harmonies of #DBA42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA42C

Black with #DBA42C

Text Example


Text Example

White with #DBA42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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