Html Css Color HEX #D3A814 Galliano

📋 copy color: '#D3A814'

red 211 ◦ green 168 ◦ blue 20

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

Shades of Galliano #D3A814

Tints of Galliano #D3A814

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.11%

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

R = 52.88%
G = 42.11%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3A814 (or 0xD3A814) is known color: Galliano. HEX triplet: D3, A8 and 14. RGB value is (211,168,20). Sum of RGB (Red+Green+Blue) = 211+168+20=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A814 is #2C57EB. Grayscale: #A4A4A4. Windows color (decimal): -2906092 or 1353939. OLE color: 1353939.

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

Color convert

RGB 211 168 20 -
CMYK 0 0.20 0.91 0.17
HSL 46.49º 0.83% 0.45% -
HSV(B) 46.49º 0.91% 0.83% -
XYZ 40.99 41.9 6.59 -
YUV 163.99 46.75 161.53 -
System Red Green Blue C M Y K H S L
Decimal 211 168 20 0 0.20 0.91 0.17 46.49 0.83 0.45
Hex D3 A8 14 0 14 5B 11 2E 53 2D
Octal 323 250 24 0 24 133 21 56 123 55
Binary 11010011 10101000 10100 0 10100 1011011 10001 101110 1010011 101101

Color Harmonies of #D3A814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A814

Black with #D3A814

Text Example


Text Example

White with #D3A814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A814; }

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

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

background-color css

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

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

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

border-color css

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

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

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