Html Css Color HEX #D4A61E Galliano

📋 copy color: '#D4A61E'

red 212 ◦ green 166 ◦ blue 30

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

Shades of Galliano #D4A61E

Tints of Galliano #D4A61E

RGB

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

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

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

R = 51.96%
G = 40.69%
B = 7.35%

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

#D4A61E (or 0xD4A61E) is known color: Galliano. HEX triplet: D4, A6 and 1E. RGB value is (212,166,30). Sum of RGB (Red+Green+Blue) = 212+166+30=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A61E is #2B59E1. Grayscale: #A4A4A4. Windows color (decimal): -2841058 or 2008788. OLE color: 2008788.

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

Color convert

RGB 212 166 30 -
CMYK 0 0.22 0.86 0.17
HSL 44.84º 0.75% 0.47% -
HSV(B) 44.84º 0.86% 0.83% -
XYZ 41.02 41.36 7.05 -
YUV 164.25 52.24 162.06 -
System Red Green Blue C M Y K H S L
Decimal 212 166 30 0 0.22 0.86 0.17 44.84 0.75 0.47
Hex D4 A6 1E 0 16 56 11 2D 4B 2F
Octal 324 246 36 0 26 126 21 55 113 57
Binary 11010100 10100110 11110 0 10110 1010110 10001 101101 1001011 101111

Color Harmonies of #D4A61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A61E

Black with #D4A61E

Text Example


Text Example

White with #D4A61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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