Html Css Color HEX #D4A41E Galliano

📋 copy color: '#D4A41E'

red 212 ◦ green 164 ◦ blue 30

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

Shades of Galliano #D4A41E

Tints of Galliano #D4A41E

RGB

 RED value IS 212 (83.2% from 255) = 52.22%

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

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

R = 52.22%
G = 40.39%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4A41E (or 0xD4A41E) is known color: Galliano. HEX triplet: D4, A4 and 1E. RGB value is (212,164,30). Sum of RGB (Red+Green+Blue) = 212+164+30=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A41E is #2B5BE1. Grayscale: #A3A3A3. Windows color (decimal): -2841570 or 2008276. OLE color: 2008276.

HSL color Cylindrical-coordinate representation of color #D4A41E: hue angle of 44.18º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4A41E is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 164 30 -
CMYK 0 0.23 0.86 0.17
HSL 44.18º 0.75% 0.47% -
HSV(B) 44.18º 0.86% 0.83% -
XYZ 40.66 40.64 6.93 -
YUV 163.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 212 164 30 0 0.23 0.86 0.17 44.18 0.75 0.47
Hex D4 A4 1E 0 17 56 11 2C 4B 2F
Octal 324 244 36 0 27 126 21 54 113 57
Binary 11010100 10100100 11110 0 10111 1010110 10001 101100 1001011 101111

Color Harmonies of #D4A41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A41E

Black with #D4A41E

Text Example


Text Example

White with #D4A41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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