Html Css Color HEX #D9AE2A Galliano

📋 copy color: '#D9AE2A'

red 217 ◦ green 174 ◦ blue 42

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

Shades of Galliano #D9AE2A

Tints of Galliano #D9AE2A

RGB

 RED value IS 217 (85.16% from 255) = 50.12%

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

 BLUE value IS 42 (16.8% from 255) = 9.7%

R = 50.12%
G = 40.18%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9AE2A (or 0xD9AE2A) is known color: Galliano. HEX triplet: D9, AE and 2A. RGB value is (217,174,42). Sum of RGB (Red+Green+Blue) = 217+174+42=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AE2A is #2651D5. Grayscale: #ACACAC. Windows color (decimal): -2511318 or 2797273. OLE color: 2797273.

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

Color convert

RGB 217 174 42 -
CMYK 0 0.20 0.81 0.15
HSL 45.26º 0.7% 0.51% -
HSV(B) 45.26º 0.81% 0.85% -
XYZ 44.17 45.19 8.59 -
YUV 171.81 54.75 160.23 -
System Red Green Blue C M Y K H S L
Decimal 217 174 42 0 0.20 0.81 0.15 45.26 0.7 0.51
Hex D9 AE 2A 0 14 51 F 2D 46 33
Octal 331 256 52 0 24 121 17 55 106 63
Binary 11011001 10101110 101010 0 10100 1010001 1111 101101 1000110 110011

Color Harmonies of #D9AE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE2A

Black with #D9AE2A

Text Example


Text Example

White with #D9AE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE2A; }

 p { color: rgb(217,174,42); }

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

background-color css

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

 a { background-color: rgb(217,174,42); }

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

border-color css

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

 span { border-color: rgb(217,174,42); }

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