Html Css Color HEX #D5A41E Galliano

📋 copy color: '#D5A41E'

red 213 ◦ green 164 ◦ blue 30

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

Shades of Galliano #D5A41E

Tints of Galliano #D5A41E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

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

R = 52.33%
G = 40.29%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5A41E (or 0xD5A41E) is known color: Galliano. HEX triplet: D5, A4 and 1E. RGB value is (213,164,30). Sum of RGB (Red+Green+Blue) = 213+164+30=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A41E is #2A5BE1. Grayscale: #A3A3A3. Windows color (decimal): -2776034 or 2008277. OLE color: 2008277.

HSL color Cylindrical-coordinate representation of color #D5A41E: hue angle of 43.93º 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 #D5A41E is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 164 30 -
CMYK 0 0.23 0.86 0.16
HSL 43.93º 0.75% 0.48% -
HSV(B) 43.93º 0.86% 0.84% -
XYZ 40.95 40.79 6.94 -
YUV 163.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 213 164 30 0 0.23 0.86 0.16 43.93 0.75 0.48
Hex D5 A4 1E 0 17 56 10 2C 4B 30
Octal 325 244 36 0 27 126 20 54 113 60
Binary 11010101 10100100 11110 0 10111 1010110 10000 101100 1001011 110000

Color Harmonies of #D5A41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A41E

Black with #D5A41E

Text Example


Text Example

White with #D5A41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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