Html Css Color HEX #D4A61D Galliano

📋 copy color: '#D4A61D'

red 212 ◦ green 166 ◦ blue 29

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

Shades of Galliano #D4A61D

Tints of Galliano #D4A61D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.79%

 BLUE value IS 29 (11.72% from 255) = 7.13%

R = 52.09%
G = 40.79%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4A61D (or 0xD4A61D) is known color: Galliano. HEX triplet: D4, A6 and 1D. RGB value is (212,166,29). Sum of RGB (Red+Green+Blue) = 212+166+29=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A61D is #2B59E2. Grayscale: #A4A4A4. Windows color (decimal): -2841059 or 1943252. OLE color: 1943252.

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

Color convert

RGB 212 166 29 -
CMYK 0 0.22 0.86 0.17
HSL 44.92º 0.76% 0.47% -
HSV(B) 44.92º 0.86% 0.83% -
XYZ 41.01 41.36 6.98 -
YUV 164.14 51.74 162.14 -
System Red Green Blue C M Y K H S L
Decimal 212 166 29 0 0.22 0.86 0.17 44.92 0.76 0.47
Hex D4 A6 1D 0 16 56 11 2D 4C 2F
Octal 324 246 35 0 26 126 21 55 114 57
Binary 11010100 10100110 11101 0 10110 1010110 10001 101101 1001100 101111

Color Harmonies of #D4A61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A61D

Black with #D4A61D

Text Example


Text Example

White with #D4A61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A61D; }

 p { color: rgb(212,166,29); }

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

background-color css

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

 a { background-color: rgb(212,166,29); }

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

border-color css

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

 span { border-color: rgb(212,166,29); }

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