Html Css Color HEX #D3A31E Galliano

📋 copy color: '#D3A31E'

red 211 ◦ green 163 ◦ blue 30

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

Shades of Galliano #D3A31E

Tints of Galliano #D3A31E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.35%

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

R = 52.23%
G = 40.35%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3A31E (or 0xD3A31E) is known color: Galliano. HEX triplet: D3, A3 and 1E. RGB value is (211,163,30). Sum of RGB (Red+Green+Blue) = 211+163+30=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A31E is #2C5CE1. Grayscale: #A2A2A2. Windows color (decimal): -2907362 or 2008019. OLE color: 2008019.

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

Color convert

RGB 211 163 30 -
CMYK 0 0.23 0.86 0.17
HSL 44.09º 0.75% 0.47% -
HSV(B) 44.09º 0.86% 0.83% -
XYZ 40.2 40.14 6.86 -
YUV 162.19 53.4 162.81 -
System Red Green Blue C M Y K H S L
Decimal 211 163 30 0 0.23 0.86 0.17 44.09 0.75 0.47
Hex D3 A3 1E 0 17 56 11 2C 4B 2F
Octal 323 243 36 0 27 126 21 54 113 57
Binary 11010011 10100011 11110 0 10111 1010110 10001 101100 1001011 101111

Color Harmonies of #D3A31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A31E

Black with #D3A31E

Text Example


Text Example

White with #D3A31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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