Html Css Color HEX #D3A61E Galliano

📋 copy color: '#D3A61E'

red 211 ◦ green 166 ◦ blue 30

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

Shades of Galliano #D3A61E

Tints of Galliano #D3A61E

RGB

 RED value IS 211 (82.81% from 255) = 51.84%

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

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

R = 51.84%
G = 40.79%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3A61E (or 0xD3A61E) is known color: Galliano. HEX triplet: D3, A6 and 1E. RGB value is (211,166,30). Sum of RGB (Red+Green+Blue) = 211+166+30=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A61E is #2C59E1. Grayscale: #A4A4A4. Windows color (decimal): -2906594 or 2008787. OLE color: 2008787.

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

Color convert

RGB 211 166 30 -
CMYK 0 0.21 0.86 0.17
HSL 45.08º 0.75% 0.47% -
HSV(B) 45.08º 0.86% 0.83% -
XYZ 40.73 41.22 7.04 -
YUV 163.95 52.41 161.56 -
System Red Green Blue C M Y K H S L
Decimal 211 166 30 0 0.21 0.86 0.17 45.08 0.75 0.47
Hex D3 A6 1E 0 15 56 11 2D 4B 2F
Octal 323 246 36 0 25 126 21 55 113 57
Binary 11010011 10100110 11110 0 10101 1010110 10001 101101 1001011 101111

Color Harmonies of #D3A61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A61E

Black with #D3A61E

Text Example


Text Example

White with #D3A61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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