Html Css Color HEX #DAA42C Galliano

📋 copy color: '#DAA42C'

red 218 ◦ green 164 ◦ blue 44

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

Shades of Galliano #DAA42C

Tints of Galliano #DAA42C

RGB

 RED value IS 218 (85.55% from 255) = 51.17%

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

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

R = 51.17%
G = 38.5%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAA42C (or 0xDAA42C) is known color: Galliano. HEX triplet: DA, A4 and 2C. RGB value is (218,164,44). Sum of RGB (Red+Green+Blue) = 218+164+44=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA42C is #255BD3. Grayscale: #A6A6A6. Windows color (decimal): -2448340 or 2925786. OLE color: 2925786.

HSL color Cylindrical-coordinate representation of color #DAA42C: hue angle of 41.38º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAA42C is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 164 44 -
CMYK 0 0.25 0.80 0.15
HSL 41.38º 0.7% 0.51% -
HSV(B) 41.38º 0.8% 0.85% -
XYZ 42.64 41.64 8.17 -
YUV 166.47 58.89 164.76 -
System Red Green Blue C M Y K H S L
Decimal 218 164 44 0 0.25 0.80 0.15 41.38 0.7 0.51
Hex DA A4 2C 0 19 50 F 29 46 33
Octal 332 244 54 0 31 120 17 51 106 63
Binary 11011010 10100100 101100 0 11001 1010000 1111 101001 1000110 110011

Color Harmonies of #DAA42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA42C

Black with #DAA42C

Text Example


Text Example

White with #DAA42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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