Html Css Color HEX #D3A414 Galliano

📋 copy color: '#D3A414'

red 211 ◦ green 164 ◦ blue 20

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

Shades of Galliano #D3A414

Tints of Galliano #D3A414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.06%

R = 53.42%
G = 41.52%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3A414 (or 0xD3A414) is known color: Galliano. HEX triplet: D3, A4 and 14. RGB value is (211,164,20). Sum of RGB (Red+Green+Blue) = 211+164+20=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A414 is #2C5BEB. Grayscale: #A2A2A2. Windows color (decimal): -2907116 or 1352915. OLE color: 1352915.

HSL color Cylindrical-coordinate representation of color #D3A414: hue angle of 45.24º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3A414 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 164 20 -
CMYK 0 0.22 0.91 0.17
HSL 45.24º 0.83% 0.45% -
HSV(B) 45.24º 0.91% 0.83% -
XYZ 40.27 40.45 6.35 -
YUV 161.64 48.07 163.21 -
System Red Green Blue C M Y K H S L
Decimal 211 164 20 0 0.22 0.91 0.17 45.24 0.83 0.45
Hex D3 A4 14 0 16 5B 11 2D 53 2D
Octal 323 244 24 0 26 133 21 55 123 55
Binary 11010011 10100100 10100 0 10110 1011011 10001 101101 1010011 101101

Color Harmonies of #D3A414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A414

Black with #D3A414

Text Example


Text Example

White with #D3A414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A414; }

 p { color: rgb(211,164,20); }

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

background-color css

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

 a { background-color: rgb(211,164,20); }

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

border-color css

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

 span { border-color: rgb(211,164,20); }

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