Html Css Color HEX #D4A41F Galliano

📋 copy color: '#D4A41F'

red 212 ◦ green 164 ◦ blue 31

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

Shades of Galliano #D4A41F

Tints of Galliano #D4A41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.62%

R = 52.09%
G = 40.29%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4A41F (or 0xD4A41F) is known color: Galliano. HEX triplet: D4, A4 and 1F. RGB value is (212,164,31). Sum of RGB (Red+Green+Blue) = 212+164+31=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 31 (12.5% from 255 or 7.62% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A41F is #2B5BE0. Grayscale: #A3A3A3. Windows color (decimal): -2841569 or 2073812. OLE color: 2073812.

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

Color convert

RGB 212 164 31 -
CMYK 0 0.23 0.85 0.17
HSL 44.09º 0.74% 0.48% -
HSV(B) 44.09º 0.85% 0.83% -
XYZ 40.67 40.65 7 -
YUV 163.19 53.4 162.81 -
System Red Green Blue C M Y K H S L
Decimal 212 164 31 0 0.23 0.85 0.17 44.09 0.74 0.48
Hex D4 A4 1F 0 17 55 11 2C 4A 30
Octal 324 244 37 0 27 125 21 54 112 60
Binary 11010100 10100100 11111 0 10111 1010101 10001 101100 1001010 110000

Color Harmonies of #D4A41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A41F

Black with #D4A41F

Text Example


Text Example

White with #D4A41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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