Html Css Color HEX #DAA329 Galliano

📋 copy color: '#DAA329'

red 218 ◦ green 163 ◦ blue 41

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

Shades of Galliano #DAA329

Tints of Galliano #DAA329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.72%

R = 51.66%
G = 38.63%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAA329 (or 0xDAA329) is known color: Galliano. HEX triplet: DA, A3 and 29. RGB value is (218,163,41). Sum of RGB (Red+Green+Blue) = 218+163+41=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA329 is #255CD6. Grayscale: #A6A6A6. Windows color (decimal): -2448599 or 2728922. OLE color: 2728922.

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

Color convert

RGB 218 163 41 -
CMYK 0 0.25 0.81 0.15
HSL 41.36º 0.71% 0.51% -
HSV(B) 41.36º 0.81% 0.85% -
XYZ 42.41 41.26 7.83 -
YUV 165.54 57.72 165.42 -
System Red Green Blue C M Y K H S L
Decimal 218 163 41 0 0.25 0.81 0.15 41.36 0.71 0.51
Hex DA A3 29 0 19 51 F 29 47 33
Octal 332 243 51 0 31 121 17 51 107 63
Binary 11011010 10100011 101001 0 11001 1010001 1111 101001 1000111 110011

Color Harmonies of #DAA329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA329

Black with #DAA329

Text Example


Text Example

White with #DAA329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA329; }

 p { color: rgb(218,163,41); }

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

background-color css

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

 a { background-color: rgb(218,163,41); }

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

border-color css

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

 span { border-color: rgb(218,163,41); }

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