Html Css Color HEX #DAAC29 Galliano

📋 copy color: '#DAAC29'

red 218 ◦ green 172 ◦ blue 41

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

Shades of Galliano #DAAC29

Tints of Galliano #DAAC29

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.91%

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

R = 50.58%
G = 39.91%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAAC29 (or 0xDAAC29) is known color: Galliano. HEX triplet: DA, AC and 29. RGB value is (218,172,41). Sum of RGB (Red+Green+Blue) = 218+172+41=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC29 is #2553D6. Grayscale: #ABABAB. Windows color (decimal): -2446295 or 2731226. OLE color: 2731226.

HSL color Cylindrical-coordinate representation of color #DAAC29: hue angle of 44.41º 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 #DAAC29 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 172 41 -
CMYK 0 0.21 0.81 0.15
HSL 44.41º 0.71% 0.51% -
HSV(B) 44.41º 0.81% 0.85% -
XYZ 44.07 44.57 8.38 -
YUV 170.82 54.74 161.65 -
System Red Green Blue C M Y K H S L
Decimal 218 172 41 0 0.21 0.81 0.15 44.41 0.71 0.51
Hex DA AC 29 0 15 51 F 2C 47 33
Octal 332 254 51 0 25 121 17 54 107 63
Binary 11011010 10101100 101001 0 10101 1010001 1111 101100 1000111 110011

Color Harmonies of #DAAC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC29

Black with #DAAC29

Text Example


Text Example

White with #DAAC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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