Html Css Color HEX #D9AE1E Galliano

📋 copy color: '#D9AE1E'

red 217 ◦ green 174 ◦ blue 30

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

Shades of Galliano #D9AE1E

Tints of Galliano #D9AE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.13%

R = 51.54%
G = 41.33%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9AE1E (or 0xD9AE1E) is known color: Galliano. HEX triplet: D9, AE and 1E. RGB value is (217,174,30). Sum of RGB (Red+Green+Blue) = 217+174+30=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AE1E is #2651E1. Grayscale: #ABABAB. Windows color (decimal): -2511330 or 2010841. OLE color: 2010841.

HSL color Cylindrical-coordinate representation of color #D9AE1E: hue angle of 46.2º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9AE1E is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 174 30 -
CMYK 0 0.20 0.86 0.15
HSL 46.2º 0.76% 0.48% -
HSV(B) 46.2º 0.86% 0.85% -
XYZ 43.99 45.12 7.62 -
YUV 170.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 217 174 30 0 0.20 0.86 0.15 46.2 0.76 0.48
Hex D9 AE 1E 0 14 56 F 2E 4C 30
Octal 331 256 36 0 24 126 17 56 114 60
Binary 11011001 10101110 11110 0 10100 1010110 1111 101110 1001100 110000

Color Harmonies of #D9AE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE1E

Black with #D9AE1E

Text Example


Text Example

White with #D9AE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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