Html Css Color HEX #D5AE1E Galliano

📋 copy color: '#D5AE1E'

red 213 ◦ green 174 ◦ blue 30

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

Shades of Galliano #D5AE1E

Tints of Galliano #D5AE1E

RGB

 RED value IS 213 (83.59% from 255) = 51.08%

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

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

R = 51.08%
G = 41.73%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5AE1E (or 0xD5AE1E) is known color: Galliano. HEX triplet: D5, AE and 1E. RGB value is (213,174,30). Sum of RGB (Red+Green+Blue) = 213+174+30=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AE1E is #2A51E1. Grayscale: #A9A9A9. Windows color (decimal): -2773474 or 2010837. OLE color: 2010837.

HSL color Cylindrical-coordinate representation of color #D5AE1E: hue angle of 47.21º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5AE1E is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 174 30 -
CMYK 0 0.18 0.86 0.16
HSL 47.21º 0.75% 0.48% -
HSV(B) 47.21º 0.86% 0.84% -
XYZ 42.81 44.51 7.56 -
YUV 169.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 213 174 30 0 0.18 0.86 0.16 47.21 0.75 0.48
Hex D5 AE 1E 0 12 56 10 2F 4B 30
Octal 325 256 36 0 22 126 20 57 113 60
Binary 11010101 10101110 11110 0 10010 1010110 10000 101111 1001011 110000

Color Harmonies of #D5AE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AE1E

Black with #D5AE1E

Text Example


Text Example

White with #D5AE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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