Html Css Color HEX #D5AE14 Galliano

📋 copy color: '#D5AE14'

red 213 ◦ green 174 ◦ blue 20

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

Shades of Galliano #D5AE14

Tints of Galliano #D5AE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.91%

R = 52.33%
G = 42.75%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D5AE14 (or 0xD5AE14) is known color: Galliano. HEX triplet: D5, AE and 14. RGB value is (213,174,20). Sum of RGB (Red+Green+Blue) = 213+174+20=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AE14 is #2A51EB. Grayscale: #A8A8A8. Windows color (decimal): -2773484 or 1355477. OLE color: 1355477.

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

Color convert

RGB 213 174 20 -
CMYK 0 0.18 0.91 0.16
HSL 47.88º 0.83% 0.46% -
HSV(B) 47.88º 0.91% 0.84% -
XYZ 42.7 44.47 6.99 -
YUV 168.11 44.42 160.02 -
System Red Green Blue C M Y K H S L
Decimal 213 174 20 0 0.18 0.91 0.16 47.88 0.83 0.46
Hex D5 AE 14 0 12 5B 10 30 53 2E
Octal 325 256 24 0 22 133 20 60 123 56
Binary 11010101 10101110 10100 0 10010 1011011 10000 110000 1010011 101110

Color Harmonies of #D5AE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AE14

Black with #D5AE14

Text Example


Text Example

White with #D5AE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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