Html Css Color HEX #D4AC29 Galliano

📋 copy color: '#D4AC29'

red 212 ◦ green 172 ◦ blue 41

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

Shades of Galliano #D4AC29

Tints of Galliano #D4AC29

RGB

 RED value IS 212 (83.2% from 255) = 49.88%

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

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

R = 49.88%
G = 40.47%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D4AC29 (or 0xD4AC29) is known color: Galliano. HEX triplet: D4, AC and 29. RGB value is (212,172,41). Sum of RGB (Red+Green+Blue) = 212+172+41=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AC29 is #2B53D6. Grayscale: #A9A9A9. Windows color (decimal): -2839511 or 2731220. OLE color: 2731220.

HSL color Cylindrical-coordinate representation of color #D4AC29: hue angle of 45.96º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4AC29 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 41 -
CMYK 0 0.19 0.81 0.17
HSL 45.96º 0.68% 0.5% -
HSV(B) 45.96º 0.81% 0.83% -
XYZ 42.3 43.66 8.3 -
YUV 169.03 55.75 158.65 -
System Red Green Blue C M Y K H S L
Decimal 212 172 41 0 0.19 0.81 0.17 45.96 0.68 0.5
Hex D4 AC 29 0 13 51 11 2E 44 32
Octal 324 254 51 0 23 121 21 56 104 62
Binary 11010100 10101100 101001 0 10011 1010001 10001 101110 1000100 110010

Color Harmonies of #D4AC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC29

Black with #D4AC29

Text Example


Text Example

White with #D4AC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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