Html Css Color HEX #D4A51F Galliano

📋 copy color: '#D4A51F'

red 212 ◦ green 165 ◦ blue 31

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

Shades of Galliano #D4A51F

Tints of Galliano #D4A51F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

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

R = 51.96%
G = 40.44%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4A51F (or 0xD4A51F) is known color: Galliano. HEX triplet: D4, A5 and 1F. RGB value is (212,165,31). Sum of RGB (Red+Green+Blue) = 212+165+31=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A51F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A51F is #2B5AE0. Grayscale: #A4A4A4. Windows color (decimal): -2841313 or 2074068. OLE color: 2074068.

HSL color Cylindrical-coordinate representation of color #D4A51F: hue angle of 44.42º 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 #D4A51F is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 165 31 -
CMYK 0 0.22 0.85 0.17
HSL 44.42º 0.74% 0.48% -
HSV(B) 44.42º 0.85% 0.83% -
XYZ 40.85 41.01 7.06 -
YUV 163.78 53.07 162.4 -
System Red Green Blue C M Y K H S L
Decimal 212 165 31 0 0.22 0.85 0.17 44.42 0.74 0.48
Hex D4 A5 1F 0 16 55 11 2C 4A 30
Octal 324 245 37 0 26 125 21 54 112 60
Binary 11010100 10100101 11111 0 10110 1010101 10001 101100 1001010 110000

Color Harmonies of #D4A51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A51F

Black with #D4A51F

Text Example


Text Example

White with #D4A51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A51F; }

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

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

background-color css

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

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

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

border-color css

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

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

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