Html Css Color HEX #D4AE29 Galliano

📋 copy color: '#D4AE29'

red 212 ◦ green 174 ◦ blue 41

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

Shades of Galliano #D4AE29

Tints of Galliano #D4AE29

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.75%

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

R = 49.65%
G = 40.75%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D4AE29 (or 0xD4AE29) is known color: Galliano. HEX triplet: D4, AE and 29. RGB value is (212,174,41). Sum of RGB (Red+Green+Blue) = 212+174+41=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AE29 is #2B51D6. Grayscale: #AAAAAA. Windows color (decimal): -2838999 or 2731732. OLE color: 2731732.

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

Color convert

RGB 212 174 41 -
CMYK 0 0.18 0.81 0.17
HSL 46.67º 0.68% 0.5% -
HSV(B) 46.67º 0.81% 0.83% -
XYZ 42.69 44.43 8.42 -
YUV 170.2 55.09 157.81 -
System Red Green Blue C M Y K H S L
Decimal 212 174 41 0 0.18 0.81 0.17 46.67 0.68 0.5
Hex D4 AE 29 0 12 51 11 2F 44 32
Octal 324 256 51 0 22 121 21 57 104 62
Binary 11010100 10101110 101001 0 10010 1010001 10001 101111 1000100 110010

Color Harmonies of #D4AE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AE29

Black with #D4AE29

Text Example


Text Example

White with #D4AE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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